From 10c8b8f46817a5e1ee95b7b5af022daf75a3c835 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 00:13:10 +0000 Subject: [PATCH 01/17] chore: Generate build artifacts for 2.11.7 release --- build_artifacts/v2/v2.11/v2.11.7/Dockerfile | 262 ++++++++++ .../v2/v2.11/v2.11.7/aws-cli-public-key.asc | 29 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.in | 71 +++ .../v2/v2.11/v2.11.7/cpu.pinned_env.in | 9 + .../code_editor_machine_settings.json | 4 + .../code_editor_user_settings.json | 3 + .../code-editor/extensions-sagemaker-ui.txt | 4 + .../dirs/etc/code-editor/extensions.txt | 4 + .../v2/v2.11/v2.11.7/dirs/etc/conda/.condarc | 6 + .../dirs/etc/jupyter/jupyter_server_config.py | 28 ++ .../v2.11.7/dirs/etc/patches/apply_patches.sh | 114 +++++ .../smus-code-editor/0001-sparkmagic.patch | 10 + .../0002-sparkmagic-override-info-table.patch | 17 + .../0003-fix-ipython-display.patch | 7 + .../0004-fix-boto3-endpoints.patch | 12 + .../smus-script/replace-job-with-schedule.sh | 43 ++ .../etc/patches/smus/0001-sparkmagic.patch | 10 + .../0002-sparkmagic-override-info-table.patch | 17 + .../smus/0003-fix-ipython-display.patch | 7 + .../smus/0004-fix-boto3-endpoints.patch | 12 + .../etc/sagemaker-ui/fetch_feature_flags.py | 100 ++++ .../dirs/etc/sagemaker-ui/git_clone.sh | 62 +++ .../dirs/etc/sagemaker-ui/git_config.sh | 9 + .../jupyter/lab/settings/overrides.json | 5 + .../jupyter/lab/settings/page_config.json | 13 + .../jupyter/server/jupyter_server_config.py | 41 ++ .../python3_kernel_launcher.sh | 51 ++ .../sagemaker-ui/kernels/python3/kernel.json | 14 + .../etc/sagemaker-ui/libmgmt/install-lib.sh | 18 + .../etc/sagemaker-ui/network_validation.sh | 188 +++++++ .../sagemaker-ui/project-storage/README.md | 24 + .../project-storage/create-storage-readme.sh | 10 + .../sagemaker-ui/sagemaker-mcp/default.json | 49 ++ .../etc/sagemaker-ui/sagemaker-mcp/mcp.json | 23 + .../sagemaker-ui/sagemaker-mcp/smus-mcp.py | 180 +++++++ .../sagemaker-ui/sagemaker_ui_post_startup.sh | 471 ++++++++++++++++++ .../etc/sagemaker-ui/set_code_editor_theme.sh | 23 + .../workflows/create-workflows-resources.sh | 95 ++++ ...akerWorkflowsOperator-1.0-py3-none-any.whl | Bin 0 -> 23091 bytes ...n_sagemaker_studio-1.0.26-py3-none-any.whl | Bin 0 -> 307408 bytes .../workflows/requirements/requirements.txt | 7 + .../etc/sagemaker-ui/workflows/sample_dag.py | 18 + .../workflows/sm-spark-cli-install.sh | 18 + .../sagemaker-ui/workflows/sm_init_script.sh | 24 + .../sagemaker-ui/workflows/startup/startup.sh | 3 + .../sagemaker-ui/workflows/workflow_client.py | 77 +++ .../etc/sagemaker/sm_pysdk_default_config.py | 113 +++++ .../conf.d/supervisord-code-editor.conf | 12 + .../supervisor/conf.d/supervisord-common.conf | 18 + .../conf.d/supervisord-jupyter-lab.conf | 11 + .../supervisord-sagemaker-ui-code-editor.conf | 28 ++ .../supervisord-sagemaker-ui-default.conf | 27 + .../conf.d/supervisord-sagemaker-ui.conf | 27 + .../etc/supervisor/conf.d/supervisord.conf | 27 + .../dirs/usr/local/bin/entrypoint-code-editor | 16 + .../usr/local/bin/entrypoint-jupyter-server | 25 + .../bin/entrypoint-sagemaker-ui-code-editor | 19 + .../entrypoint-sagemaker-ui-jupyter-server | 26 + .../dirs/usr/local/bin/merge-settings-util.py | 22 + .../dirs/usr/local/bin/restart-jupyter-server | 6 + .../bin/restart-sagemaker-ui-jupyter-server | 6 + .../dirs/usr/local/bin/start-code-editor | 84 ++++ .../dirs/usr/local/bin/start-jupyter-server | 52 ++ .../local/bin/start-sagemaker-ui-code-editor | 110 ++++ .../bin/start-sagemaker-ui-jupyter-server | 63 +++ ...ownload_amazon_q_agentic_chat_artifacts.sh | 63 +++ .../extract_amazon_q_agentic_chat_urls.py | 50 ++ .../v2/v2.11/v2.11.7/gpu.arg_based_env.in | 10 + build_artifacts/v2/v2.11/v2.11.7/gpu.env.in | 71 +++ .../v2/v2.11/v2.11.7/gpu.pinned_env.in | 8 + .../v2/v2.11/v2.11.7/patch_glue_pyspark.json | 15 + .../v2/v2.11/v2.11.7/patch_glue_spark.json | 15 + .../v2/v2.11/v2.11.7/source-version.txt | 1 + 73 files changed, 3117 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/Dockerfile create mode 100644 build_artifacts/v2/v2.11/v2.11.7/aws-cli-public-key.asc create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.in create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.pinned_env.in create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/code_editor_machine_settings.json create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/code_editor_user_settings.json create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/extensions-sagemaker-ui.txt create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/extensions.txt create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/conda/.condarc create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/jupyter/jupyter_server_config.py create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/apply_patches.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0001-sparkmagic.patch create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0002-sparkmagic-override-info-table.patch create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0003-fix-ipython-display.patch create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0004-fix-boto3-endpoints.patch create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-script/replace-job-with-schedule.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0001-sparkmagic.patch create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0002-sparkmagic-override-info-table.patch create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0003-fix-ipython-display.patch create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0004-fix-boto3-endpoints.patch create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/fetch_feature_flags.py create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/git_clone.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/git_config.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/lab/settings/overrides.json create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/server/jupyter_server_config.py create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/kernels/kernel_launchers/python3_kernel_launcher.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/kernels/python3/kernel.json create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/libmgmt/install-lib.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/network_validation.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/project-storage/README.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/project-storage/create-storage-readme.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/default.json create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/mcp.json create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/smus-mcp.py create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/set_code_editor_theme.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/create-workflows-resources.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/plugins/amzn_SagemakerWorkflowsOperator-1.0-py3-none-any.whl create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/plugins/amzn_sagemaker_studio-1.0.26-py3-none-any.whl create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/requirements/requirements.txt create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sample_dag.py create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sm-spark-cli-install.sh create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sm_init_script.sh create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/startup/startup.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/workflow_client.py create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker/sm_pysdk_default_config.py create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-code-editor.conf create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-common.conf create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-jupyter-lab.conf create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui-code-editor.conf create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui-default.conf create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui.conf create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord.conf create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-code-editor create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-jupyter-server create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-sagemaker-ui-code-editor create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-sagemaker-ui-jupyter-server create mode 100644 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/merge-settings-util.py create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/restart-jupyter-server create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/restart-sagemaker-ui-jupyter-server create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-code-editor create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-jupyter-server create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-sagemaker-ui-code-editor create mode 100755 build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-sagemaker-ui-jupyter-server create mode 100755 build_artifacts/v2/v2.11/v2.11.7/download_amazon_q_agentic_chat_artifacts.sh create mode 100644 build_artifacts/v2/v2.11/v2.11.7/extract_amazon_q_agentic_chat_urls.py create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.arg_based_env.in create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.in create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.pinned_env.in create mode 100644 build_artifacts/v2/v2.11/v2.11.7/patch_glue_pyspark.json create mode 100644 build_artifacts/v2/v2.11/v2.11.7/patch_glue_spark.json create mode 100644 build_artifacts/v2/v2.11/v2.11.7/source-version.txt diff --git a/build_artifacts/v2/v2.11/v2.11.7/Dockerfile b/build_artifacts/v2/v2.11/v2.11.7/Dockerfile new file mode 100644 index 000000000..9d504bcf2 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/Dockerfile @@ -0,0 +1,262 @@ +ARG TAG_FOR_BASE_MICROMAMBA_IMAGE +FROM mambaorg/micromamba:$TAG_FOR_BASE_MICROMAMBA_IMAGE + +ARG CUDA_MAJOR_MINOR_VERSION='' +ARG ENV_IN_FILENAME +ARG PINNED_ENV_IN_FILENAME +ARG ARG_BASED_ENV_IN_FILENAME +ARG IMAGE_VERSION +ARG EXTERNAL_LIB_CACHE_S3_BUCKET='' + +# Amazon Q Agentic Chat version - update this default value when needed +ARG FLARE_SERVER_VERSION_JL=1.62.0 +# IDE type for Amazon Q integration +ARG AMAZON_Q_IDE_TYPE=jupyterlab + +LABEL "org.amazon.sagemaker-distribution.image.version"=$IMAGE_VERSION + +ARG AMZN_BASE="/opt/amazon/sagemaker" +ARG DB_ROOT_DIR="/opt/db" +ARG DIRECTORY_TREE_STAGE_DIR="${AMZN_BASE}/dir-staging" + +ARG NB_USER="sagemaker-user" +ARG NB_UID=1000 +ARG NB_GID=100 + +# https://www.openssl.org/source/ +ARG FIPS_VALIDATED_SSL=3.0.8 +ARG MIN_REQUIRED_MICROMAMBA_VERSION=1.5.11 + +ENV SAGEMAKER_LOGGING_DIR="/var/log/sagemaker/" +ENV STUDIO_LOGGING_DIR="/var/log/studio/" +ENV EDITOR="nano" +ENV IMAGE_VERSION=$IMAGE_VERSION +ENV PINNED_MICROMAMBA_MINOR_VERSION="1.5.*" +ENV SAGEMAKER_RECOVERY_MODE_HOME=/tmp/sagemaker-recovery-mode-home + +USER root +# Upgrade micromamba to the latest patch version in the pinned minor version range, if applicable +RUN CURRENT_MICROMAMBA_VERSION=$(micromamba --version) && \ + echo "Current micromamba version: $CURRENT_MICROMAMBA_VERSION" && \ + if [[ "$CURRENT_MICROMAMBA_VERSION" == $PINNED_MICROMAMBA_MINOR_VERSION ]]; then \ + echo "Upgrading micromamba to the latest $PINNED_MICROMAMBA_MINOR_VERSION version..." && \ + micromamba self-update -c conda-forge --version "$MIN_REQUIRED_MICROMAMBA_VERSION" && \ + micromamba clean --all --yes --force-pkgs-dirs; \ + else \ + echo "Micromamba is already at version $CURRENT_MICROMAMBA_VERSION (outside $PINNED_MICROMAMBA_MINOR_VERSION). No upgrade performed."; \ + fi + +RUN usermod "--login=${NB_USER}" "--home=/home/${NB_USER}" --move-home "-u ${NB_UID}" "${MAMBA_USER}" && \ + groupmod "--new-name=${NB_USER}" --non-unique "-g ${NB_GID}" "${MAMBA_USER}" && \ + # Update the expected value of MAMBA_USER for the + # _entrypoint.sh consistency check. + echo "${NB_USER}" > "/etc/arg_mamba_user" && \ + : +ENV MAMBA_USER=$NB_USER +ENV USER=$NB_USER + +COPY aws-cli-public-key.asc /tmp/ +COPY extract_amazon_q_agentic_chat_urls.py /tmp/ +COPY download_amazon_q_agentic_chat_artifacts.sh /tmp/ + +RUN apt-get update && apt-get upgrade -y && \ + apt-get install -y --no-install-recommends sudo gettext-base wget curl unzip git rsync build-essential openssh-client nano cron less mandoc jq ca-certificates gnupg && \ + # We just install tzdata below but leave default time zone as UTC. This helps packages like Pandas to function correctly. + DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata krb5-user libkrb5-dev libsasl2-dev libsasl2-modules && \ + chmod g+w /etc/passwd && \ + echo "ALL ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \ + touch /etc/krb5.conf.lock && chown ${NB_USER}:${MAMBA_USER} /etc/krb5.conf* && \ + # Note that we do NOT run `rm -rf /var/lib/apt/lists/*` here. If we did, anyone building on top of our images will + # not be able to run any `apt-get install` commands and that would hamper customizability of the images. + curl -O "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" && \ + curl -O "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip.sig" && \ + gpg --import /tmp/aws-cli-public-key.asc && \ + gpg --trust-model always --verify awscli-exe-linux-x86_64.zip.sig awscli-exe-linux-x86_64.zip || \ + (echo "GPG verification failed" && exit 1) && \ + unzip awscli-exe-linux-x86_64.zip && \ + sudo ./aws/install && \ + rm -rf aws awscli-exe-linux-x86_64.zip awscli-exe-linux-x86_64.zip.sig aws-cli-public-key.asc && \ + : && \ + # Install Q CLI + curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.q.us-east-1.amazonaws.com/latest/q-x86_64-linux.zip" -o "q.zip" && \ + unzip q.zip && \ + Q_INSTALL_GLOBAL=true ./q/install.sh --no-confirm && \ + rm -rf q q.zip && \ + echo "source /usr/local/bin/_activate_current_env.sh" | tee --append /etc/profile && \ +# CodeEditor - create server, user data dirs + mkdir -p /opt/amazon/sagemaker/sagemaker-code-editor-server-data /opt/amazon/sagemaker/sagemaker-ui-code-editor-server-data /opt/amazon/sagemaker/sagemaker-code-editor-user-data \ + && chown $MAMBA_USER:$MAMBA_USER /opt/amazon/sagemaker/sagemaker-code-editor-server-data /opt/amazon/sagemaker/sagemaker-ui-code-editor-server-data /opt/amazon/sagemaker/sagemaker-code-editor-user-data && \ +# create dir to store user data files + mkdir -p /opt/amazon/sagemaker/user-data \ + && chown $MAMBA_USER:$MAMBA_USER /opt/amazon/sagemaker/user-data && \ +# Merge in OS directory tree contents. + mkdir -p ${DIRECTORY_TREE_STAGE_DIR} +COPY dirs/ ${DIRECTORY_TREE_STAGE_DIR}/ +RUN rsync -a ${DIRECTORY_TREE_STAGE_DIR}/ / && \ + rm -rf ${DIRECTORY_TREE_STAGE_DIR} && \ +# CodeEditor - download the extensions + mkdir -p /etc/code-editor/extensions /etc/code-editor/extensions-sagemaker-ui && \ + while IFS= read -r url || [ -n "$url" ]; do \ + echo "Downloading extension from ${url}..." && \ + wget --no-check-certificate -P /etc/code-editor/extensions "${url}"; \ + done < /etc/code-editor/extensions.txt && \ + while IFS= read -r url || [ -n "$url" ]; do \ + echo "Downloading sagemaker-ui extension from ${url}..." && \ + wget --no-check-certificate -P /etc/code-editor/extensions-sagemaker-ui "${url}"; \ + done < /etc/code-editor/extensions-sagemaker-ui.txt + +USER $MAMBA_USER +COPY --chown=$MAMBA_USER:$MAMBA_USER $ENV_IN_FILENAME *.in /tmp/ +COPY --chown=$MAMBA_USER:$MAMBA_USER $PINNED_ENV_IN_FILENAME *.in /tmp/ + +ARG MAMBA_DOCKERFILE_ACTIVATE=1 +ARG CONDA_OVERRIDE_CUDA=$CUDA_MAJOR_MINOR_VERSION + +# Make sure that $ENV_IN_FILENAME and $PINNED_ENV_IN_FILENAME has a newline at the end before the `tee` command runs. +# Otherwise, nasty things will happen. +RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \ + then echo 'No ARG_BASED_ENV_IN_FILENAME passed' ; \ + else envsubst < /tmp/$ARG_BASED_ENV_IN_FILENAME | tee --append /tmp/$ENV_IN_FILENAME ; \ + fi && \ + # Enforce dependencies are all installed from conda-forge + micromamba install -y --name base --file /tmp/$ENV_IN_FILENAME --file /tmp/$PINNED_ENV_IN_FILENAME && \ + mkdir -p $SAGEMAKER_RECOVERY_MODE_HOME && \ + chown $MAMBA_USER:$MAMBA_USER $SAGEMAKER_RECOVERY_MODE_HOME && \ + SUPERVISOR_VERSION=$(grep "^conda-forge::supervisor\[" /tmp/$ENV_IN_FILENAME) && \ + JUPYTERLAB_VERSION=$(grep "^conda-forge::jupyterlab\[" /tmp/$ENV_IN_FILENAME) && \ + SAGEMAKER_JUPYTERLAB_VERSION=$(grep "^conda-forge::sagemaker-jupyterlab-extension" /tmp/$ENV_IN_FILENAME) && \ + PYTHON_VERSION=$(grep "^conda-forge::python\[" /tmp/$ENV_IN_FILENAME) && \ + echo "Installing in sagemaker-recovery-mode micromamba environment: $PYTHON_VERSION $JUPYTERLAB_VERSION $SAGEMAKER_JUPYTERLAB_VERSION" && \ + micromamba create -n sagemaker-recovery-mode && \ + micromamba install -n sagemaker-recovery-mode -y $PYTHON_VERSION $JUPYTERLAB_VERSION $SAGEMAKER_JUPYTERLAB_VERSION $SUPERVISOR_VERSION && \ + micromamba clean --all --yes --force-pkgs-dirs && \ + sudo ln -s $(which python3) /usr/bin/python && \ + # Download shared web client libraries + sudo mkdir -p /etc/web-client/libs && \ + (sudo curl -L --retry 3 --retry-delay 5 --fail "https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js" -o "/etc/web-client/libs/jszip.min.js" || \ + sudo aws s3 cp $EXTERNAL_LIB_CACHE_S3_BUCKET/libs/jszip.min.js /etc/web-client/libs/jszip.min.js || \ + (echo "Failed to download JSZip library from both CDN and S3" && exit 1)) && \ + # Download Amazon Q Agentic Chat artifacts for JupyterLab integration + bash /tmp/download_amazon_q_agentic_chat_artifacts.sh $FLARE_SERVER_VERSION_JL /etc/amazon-q-agentic-chat/artifacts/$AMAZON_Q_IDE_TYPE $AMAZON_Q_IDE_TYPE && \ + # Fix ownership for JupyterLab access + sudo chown -R $MAMBA_USER:$MAMBA_USER /etc/amazon-q-agentic-chat/ /etc/web-client/ && \ + # Update npm version + npm i -g npm && \ + # Enforce to use `conda-forge` as only channel, by removing `defaults` + conda config --remove channels defaults && \ + micromamba config append channels conda-forge --env && \ + # Configure CodeEditor - Install extensions and set preferences + extensionloc=/opt/amazon/sagemaker/sagemaker-code-editor-server-data/extensions && mkdir -p "${extensionloc}" \ + # Loop through all vsix files in /etc/code-editor/extensions and install them + && for ext in /etc/code-editor/extensions/*.vsix; do \ + echo "Installing extension ${ext}..."; \ + sagemaker-code-editor --install-extension "${ext}" --extensions-dir "${extensionloc}" --server-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-server-data --user-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-user-data; \ + done \ + # Install sagemaker-ui extensions + && extensionloc_ui=/opt/amazon/sagemaker/sagemaker-ui-code-editor-server-data/extensions && mkdir -p "${extensionloc_ui}" \ + && for ext in /etc/code-editor/extensions-sagemaker-ui/*.vsix; do \ + echo "Installing sagemaker-ui extension ${ext}..."; \ + sagemaker-code-editor --install-extension "${ext}" --extensions-dir "${extensionloc_ui}" --server-data-dir /opt/amazon/sagemaker/sagemaker-ui-code-editor-server-data --user-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-user-data; \ + done \ + # Copy the settings + && cp /etc/code-editor/code_editor_machine_settings.json /opt/amazon/sagemaker/sagemaker-code-editor-server-data/data/Machine/settings.json && \ + cp /etc/code-editor/code_editor_user_settings.json /opt/amazon/sagemaker/sagemaker-code-editor-server-data/data/User/settings.json && \ + cp /etc/code-editor/code_editor_machine_settings.json /opt/amazon/sagemaker/sagemaker-ui-code-editor-server-data/data/Machine/settings.json && \ + cp /etc/code-editor/code_editor_user_settings.json /opt/amazon/sagemaker/sagemaker-ui-code-editor-server-data/data/User/settings.json && \ + # Install glue kernels, and move to shared directory + # Also patching base kernel so Studio background code doesn't start session silently + install-glue-kernels && \ + SITE_PACKAGES=$(pip show aws-glue-sessions | grep Location | awk '{print $2}') && \ + jupyter-kernelspec install $SITE_PACKAGES/aws_glue_interactive_sessions_kernel/glue_pyspark --user && \ + jupyter-kernelspec install $SITE_PACKAGES/aws_glue_interactive_sessions_kernel/glue_spark --user && \ + mv /home/sagemaker-user/.local/share/jupyter/kernels/glue_pyspark /opt/conda/share/jupyter/kernels && \ + mv /home/sagemaker-user/.local/share/jupyter/kernels/glue_spark /opt/conda/share/jupyter/kernels && \ + sed -i '/if not store_history and (/i\ if "sm_analytics_runtime_check" in code:\n return await self._complete_cell()\n' \ + "$SITE_PACKAGES/aws_glue_interactive_sessions_kernel/glue_kernel_base/BaseKernel.py" && \ + # Install FIPS Provider for OpenSSL, on top of existing OpenSSL installation + # v3.0.8 is latest FIPS validated provider, so this is the one we install + # But we need to run tests against the installed version. + # see https://github.com/openssl/openssl/blob/master/README-FIPS.md https://www.openssl.org/source/ + INSTALLED_SSL=$(micromamba list | grep openssl | tr -s ' ' | cut -d ' ' -f 3 | head -n 1) && \ + # download source code for installed, and FIPS validated openssl versions + curl -L https://github.com/openssl/openssl/releases/download/openssl-$FIPS_VALIDATED_SSL/openssl-$FIPS_VALIDATED_SSL.tar.gz > openssl-$FIPS_VALIDATED_SSL.tar.gz && \ + curl -L https://github.com/openssl/openssl/releases/download/openssl-$INSTALLED_SSL/openssl-$INSTALLED_SSL.tar.gz > openssl-$INSTALLED_SSL.tar.gz && \ + tar -xf openssl-$FIPS_VALIDATED_SSL.tar.gz && tar -xf openssl-$INSTALLED_SSL.tar.gz && cd openssl-$FIPS_VALIDATED_SSL && \ + # Configure both versions to enable FIPS and build + ./Configure enable-fips --prefix=/opt/conda --openssldir=/opt/conda/ssl && make && \ + cd ../openssl-$INSTALLED_SSL && \ + ./Configure enable-fips --prefix=/opt/conda --openssldir=/opt/conda/ssl && make && \ + # Copy validated provider to installed version for testing + cp ../openssl-$FIPS_VALIDATED_SSL/providers/fips.so providers/. && \ + cp ../openssl-$FIPS_VALIDATED_SSL/providers/fipsmodule.cnf providers/. && \ + make tests && cd ../openssl-$FIPS_VALIDATED_SSL && \ + # After tests pass, install FIPS provider and remove source code + make install_fips && cd .. && rm -rf ./openssl-* && \ +# Create new config file with fips-enabled. Then user can override OPENSSL_CONF to enable FIPS +# e.g. export OPENSSL_CONF=/opt/conda/ssl/openssl-fips.cnf + cp /opt/conda/ssl/openssl.cnf /opt/conda/ssl/openssl-fips.cnf && \ + sed -i "s:# .include fipsmodule.cnf:.include /opt/conda/ssl/fipsmodule.cnf:" /opt/conda/ssl/openssl-fips.cnf && \ + sed -i 's:# fips = fips_sect:fips = fips_sect:' /opt/conda/ssl/openssl-fips.cnf && \ +# Install Kerberos. +# Make sure no dependency is added/updated + pip install "krb5>=0.5.1,<0.6" && \ + pip show krb5 | grep Require | xargs -i sh -c '[ $(echo {} | cut -d: -f2 | wc -w) -eq 0 ] ' && \ +# https://stackoverflow.com/questions/122327 + SYSTEM_PYTHON_PATH=$(python3 -c "from __future__ import print_function;import sysconfig; print(sysconfig.get_paths().get('purelib'))") && \ + # Remove SparkRKernel as it's not supported \ + jupyter-kernelspec remove -f -y sparkrkernel && \ + # Patch Sparkmagic lib to support Custom Certificates \ + # https://github.com/jupyter-incubator/sparkmagic/pull/435/files \ + cp -a ${SYSTEM_PYTHON_PATH}/sagemaker_studio_analytics_extension/patches/configuration.py ${SYSTEM_PYTHON_PATH}/sparkmagic/utils/ && \ + cp -a ${SYSTEM_PYTHON_PATH}/sagemaker_studio_analytics_extension/patches/reliablehttpclient.py ${SYSTEM_PYTHON_PATH}/sparkmagic/livyclientlib/reliablehttpclient.py && \ + sed -i 's= "python"= "/opt/conda/bin/python"=g' /opt/conda/share/jupyter/kernels/pysparkkernel/kernel.json /opt/conda/share/jupyter/kernels/sparkkernel/kernel.json && \ + sed -i 's="Spark"="SparkMagic Spark"=g' /opt/conda/share/jupyter/kernels/sparkkernel/kernel.json && \ + sed -i 's="PySpark"="SparkMagic PySpark"=g' /opt/conda/share/jupyter/kernels/pysparkkernel/kernel.json && \ + # Configure RTC - disable jupyter_collaboration by default + jupyter labextension disable @jupyter/collaboration-extension + +# Patch glue kernels to use kernel wrapper +COPY patch_glue_pyspark.json /opt/conda/share/jupyter/kernels/glue_pyspark/kernel.json +COPY patch_glue_spark.json /opt/conda/share/jupyter/kernels/glue_spark/kernel.json + +USER root + +# Create logging directories for supervisor +RUN mkdir -p $SAGEMAKER_LOGGING_DIR && \ + chmod a+rw $SAGEMAKER_LOGGING_DIR && \ + mkdir -p ${STUDIO_LOGGING_DIR} && \ + chown ${NB_USER}:${MAMBA_USER} ${STUDIO_LOGGING_DIR} && \ + # Create sagemaker pysdk admin default config directory + mkdir -p /etc/xdg/sagemaker && \ + chmod a+rw /etc/xdg/sagemaker && \ + # Clean up CodeEditor artifacts + rm -rf /etc/code-editor && \ + # Create supervisord runtime directory + mkdir -p /var/run/supervisord && \ + chmod a+rw /var/run/supervisord && \ + # Create root directory for DB + # Create logging directories for supervisor + mkdir -p $DB_ROOT_DIR && \ + chmod a+rw $DB_ROOT_DIR && \ + HOME_DIR="/home/${NB_USER}/licenses" \ + && mkdir -p ${HOME_DIR} \ + && curl -o ${HOME_DIR}/oss_compliance.zip https://aws-dlinfra-utilities.s3.amazonaws.com/oss_compliance.zip \ + && unzip ${HOME_DIR}/oss_compliance.zip -d ${HOME_DIR}/ \ + && cp ${HOME_DIR}/oss_compliance/test/testOSSCompliance /usr/local/bin/testOSSCompliance \ + && chmod +x /usr/local/bin/testOSSCompliance \ + && chmod +x ${HOME_DIR}/oss_compliance/generate_oss_compliance.sh \ + && ${HOME_DIR}/oss_compliance/generate_oss_compliance.sh ${HOME_DIR} python \ + && rm -rf ${HOME_DIR}/oss_compliance* \ + # Remove all temp data generated during image build process + # This process must be done at the end of image build + && rm -rf /opt/conda/etc/conda/test-files/ \ + && find /opt/conda -name "yarn.lock" -type f -delete \ + && rm -rf /tmp/*.in + +# Explicitly disable BuildKit for SM Studio Docker functionality +ENV DOCKER_BUILDKIT=0 +ENV PATH="/opt/conda/bin:/opt/conda/condabin:$PATH" +WORKDIR "/home/${NB_USER}" +ENV SHELL=/bin/bash +ENV OPENSSL_MODULES=/opt/conda/lib64/ossl-modules/ +USER $MAMBA_USER diff --git a/build_artifacts/v2/v2.11/v2.11.7/aws-cli-public-key.asc b/build_artifacts/v2/v2.11/v2.11.7/aws-cli-public-key.asc new file mode 100644 index 000000000..b415d17d9 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/aws-cli-public-key.asc @@ -0,0 +1,29 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQINBF2Cr7UBEADJZHcgusOJl7ENSyumXh85z0TRV0xJorM2B/JL0kHOyigQluUG +ZMLhENaG0bYatdrKP+3H91lvK050pXwnO/R7fB/FSTouki4ciIx5OuLlnJZIxSzx +PqGl0mkxImLNbGWoi6Lto0LYxqHN2iQtzlwTVmq9733zd3XfcXrZ3+LblHAgEt5G +TfNxEKJ8soPLyWmwDH6HWCnjZ/aIQRBTIQ05uVeEoYxSh6wOai7ss/KveoSNBbYz +gbdzoqI2Y8cgH2nbfgp3DSasaLZEdCSsIsK1u05CinE7k2qZ7KgKAUIcT/cR/grk +C6VwsnDU0OUCideXcQ8WeHutqvgZH1JgKDbznoIzeQHJD238GEu+eKhRHcz8/jeG +94zkcgJOz3KbZGYMiTh277Fvj9zzvZsbMBCedV1BTg3TqgvdX4bdkhf5cH+7NtWO +lrFj6UwAsGukBTAOxC0l/dnSmZhJ7Z1KmEWilro/gOrjtOxqRQutlIqG22TaqoPG +fYVN+en3Zwbt97kcgZDwqbuykNt64oZWc4XKCa3mprEGC3IbJTBFqglXmZ7l9ywG +EEUJYOlb2XrSuPWml39beWdKM8kzr1OjnlOm6+lpTRCBfo0wa9F8YZRhHPAkwKkX +XDeOGpWRj4ohOx0d2GWkyV5xyN14p2tQOCdOODmz80yUTgRpPVQUtOEhXQARAQAB +tCFBV1MgQ0xJIFRlYW0gPGF3cy1jbGlAYW1hem9uLmNvbT6JAlQEEwEIAD4CGwMF +CwkIBwIGFQoJCAsCBBYCAwECHgECF4AWIQT7Xbd/1cEYuAURraimMQrMRnJHXAUC +ZqFYbwUJCv/cOgAKCRCmMQrMRnJHXKYuEAC+wtZ611qQtOl0t5spM9SWZuszbcyA +0xBAJq2pncnp6wdCOkuAPu4/R3UCIoD2C49MkLj9Y0Yvue8CCF6OIJ8L+fKBv2DI +yWZGmHL0p9wa/X8NCKQrKxK1gq5PuCzi3f3SqwfbZuZGeK/ubnmtttWXpUtuU/Iz +VR0u/0sAy3j4uTGKh2cX7XnZbSqgJhUk9H324mIJiSwzvw1Ker6xtH/LwdBeJCck +bVBdh3LZis4zuD4IZeBO1vRvjot3Oq4xadUv5RSPATg7T1kivrtLCnwvqc6L4LnF +0OkNysk94L3LQSHyQW2kQS1cVwr+yGUSiSp+VvMbAobAapmMJWP6e/dKyAUGIX6+ +2waLdbBs2U7MXznx/2ayCLPH7qCY9cenbdj5JhG9ibVvFWqqhSo22B/URQE/CMrG ++3xXwtHEBoMyWEATr1tWwn2yyQGbkUGANneSDFiTFeoQvKNyyCFTFO1F2XKCcuDs +19nj34PE2TJilTG2QRlMr4D0NgwLLAMg2Los1CK6nXWnImYHKuaKS9LVaCoC8vu7 +IRBik1NX6SjrQnftk0M9dY+s0ZbAN1gbdjZ8H3qlbl/4TxMdr87m8LP4FZIIo261 +Eycv34pVkCePZiP+dgamEiQJ7IL4ZArio9mv6HbDGV6mLY45+l6/0EzCwkI5IyIf +BfWC9s/USgxchg== +=ptgS +-----END PGP PUBLIC KEY BLOCK----- \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.in b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.in new file mode 100644 index 000000000..0ef340d2b --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.in @@ -0,0 +1,71 @@ +# This file is auto-generated. +conda-forge::strands-agents[version='>=0.3.0,<0.4.0'] +conda-forge::strands-agents-tools[version='>=0.1.9,<0.2.0'] +conda-forge::strands-agents-mcp-server[version='>=0.1.2,<0.2.0'] +conda-forge::mcp[version='>=1.21.2,<1.22.0'] +conda-forge::uv[version='>=0.9.30,<0.10.0'] +conda-forge::sagemaker-gen-ai-jupyterlab-extension[version='>=1.0.14,<1.1.0'] +conda-forge::s3fs[version='>=2024.12.0,<2024.13.0'] +conda-forge::seaborn[version='>=0.13.2,<0.14.0'] +conda-forge::jupyter-activity-monitor-extension[version='>=0.3.2,<0.4.0'] +conda-forge::mlflow[version='>=2.22.0,<2.23.0'] +conda-forge::sagemaker-mlflow[version='>=0.1.1,<0.2.0'] +conda-forge::langchain-aws[version='>=0.2.35,<0.3.0'] +conda-forge::jupyter-collaboration[version='>=2.1.5,<2.2.0'] +conda-forge::sagemaker-code-editor[version='>=1.7.7,<1.8.0'] +conda-forge::amazon_sagemaker_sql_editor[version='>=0.1.21,<0.2.0'] +conda-forge::amazon-sagemaker-sql-magic[version='>=0.1.4,<0.2.0'] +conda-forge::amazon-sagemaker-jupyter-ai-q-developer[version='>=1.2.9,<1.3.0'] +conda-forge::amazon-q-developer-jupyterlab-ext[version='>=3.4.8,<3.5.0'] +conda-forge::langchain[version='>=0.3.27,<0.4.0'] +conda-forge::fastapi[version='>=0.121.3,<0.122.0'] +conda-forge::uvicorn[version='>=0.38.0,<0.39.0'] +conda-forge::pytorch[version='>=2.6.0,<2.7.0'] +conda-forge::tensorflow[version='>=2.18.0,<2.19.0'] +conda-forge::python[version='>=3.11.11,<3.12.0'] +conda-forge::pip[version='>=24.3.1,<24.4.0'] +conda-forge::torchvision[version='>=0.21.0,<0.22.0'] +conda-forge::numpy[version='>=1.26.4,<1.27.0'] +conda-forge::pandas[version='>=2.3.3,<2.4.0'] +conda-forge::scikit-learn[version='>=1.7.2,<1.8.0'] +conda-forge::jinja2[version='>=3.1.6,<3.2.0'] +conda-forge::matplotlib-base[version='>=3.10.8,<3.11.0'] +conda-forge::sagemaker-headless-execution-driver[version='>=0.0.13,<0.1.0'] +conda-forge::ipython[version='>=8.37.0,<8.38.0'] +conda-forge::scipy[version='>=1.16.3,<1.17.0'] +conda-forge::keras[version='>=3.12.0,<3.13.0'] +conda-forge::py-xgboost-cpu[version='>=2.1.4,<2.2.0'] +conda-forge::jupyterlab[version='>=4.4.10,<4.5.0'] +conda-forge::ipywidgets[version='>=8.1.8,<8.2.0'] +conda-forge::conda[version='>=24.11.3,<24.12.0'] +conda-forge::boto3[version='>=1.40.70,<1.41.0'] +conda-forge::sagemaker-python-sdk[version='>=2.254.1,<2.255.0'] +conda-forge::supervisor[version='>=4.2.5,<4.3.0'] +conda-forge::autogluon[version='>=1.4.0,<1.5.0'] +conda-forge::aws-glue-sessions[version='>=1.0.9,<1.1.0'] +conda-forge::sagemaker-kernel-wrapper[version='>=0.0.6,<0.1.0'] +conda-forge::jupyter-ai[version='>=2.31.7,<2.32.0'] +conda-forge::jupyter-scheduler[version='>=2.11.0,<2.12.0'] +conda-forge::jupyter-lsp[version='>=2.3.0,<2.4.0'] +conda-forge::jupyterlab-lsp[version='>=5.0.3,<5.1.0'] +conda-forge::python-lsp-server[version='>=1.13.2,<1.14.0'] +conda-forge::notebook[version='>=7.4.7,<7.5.0'] +conda-forge::altair[version='>=5.5.0,<5.6.0'] +conda-forge::sagemaker-studio-analytics-extension[version='>=0.2.4,<0.3.0'] +conda-forge::jupyter-dash[version='>=0.4.2,<0.5.0'] +conda-forge::sagemaker-jupyterlab-extension[version='>=0.5.4,<0.6.0'] +conda-forge::sagemaker-jupyterlab-emr-extension[version='>=0.4.3,<0.5.0'] +conda-forge::amazon-sagemaker-jupyter-scheduler[version='>=3.1.16,<3.2.0'] +conda-forge::jupyter-server-proxy[version='>=4.4.0,<4.5.0'] +conda-forge::jupyterlab-git[version='>=0.51.4,<0.52.0'] +conda-forge::pyhive[version='>=0.7.0,<0.8.0'] +conda-forge::python-gssapi[version='>=1.10.1,<1.11.0'] +conda-forge::tf-keras[version='>=2.18.0,<2.19.0'] +conda-forge::git-remote-codecommit[version='>=1.16,<1.17.0'] +conda-forge::docker-cli[version='>=27.5.1,<27.6.0'] +conda-forge::sagemaker-studio-cli[version='>=1.0.7,<1.1.0'] +conda-forge::sagemaker-studio[version='>=1.1.8,<1.2.0'] +conda-forge::sagemaker-studio-dataengineering-sessions[version='>=1.3.14,<1.4.0'] +conda-forge::sagemaker-studio-dataengineering-extensions[version='>=1.3.8,<1.4.0'] +conda-forge::amzn-sagemaker-aiops-jupyterlab-extension[version='>=1.0.5,<1.1.0'] +conda-forge::aws-s3-access-grants-boto3-plugin[version='>=1.3.0,<1.4.0'] diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.pinned_env.in b/build_artifacts/v2/v2.11/v2.11.7/cpu.pinned_env.in new file mode 100644 index 000000000..e1a22862c --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.pinned_env.in @@ -0,0 +1,9 @@ +conda-forge::libmamba[version='>=1.5.11,<1.6.0'] +conda-forge::dash[version='<=2.18.1'] +conda-forge::evaluate[version='<0.4.2'] +conda-forge::catboost[version='>=1.1.1,<1.3.0',build='*cpu*'] +conda-forge::libsqlite[version='<3.49.0'] +conda-forge::urllib3[version='<2'] +conda-forge::papermill[version='>=2.6.0'] +conda-forge::plotly[version='<6.1.0'] +conda-forge::setuptools[version='<82.0.0'] diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/code_editor_machine_settings.json b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/code_editor_machine_settings.json new file mode 100644 index 000000000..44fb8ef7f --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/code_editor_machine_settings.json @@ -0,0 +1,4 @@ +{ + "python.terminal.activateEnvironment": false, + "python.defaultInterpreterPath": "/opt/conda/bin/python" +} diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/code_editor_user_settings.json b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/code_editor_user_settings.json new file mode 100644 index 000000000..ed3ef56a4 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/code_editor_user_settings.json @@ -0,0 +1,3 @@ +{ + "extensions.autoUpdate": false +} diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/extensions-sagemaker-ui.txt b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/extensions-sagemaker-ui.txt new file mode 100644 index 000000000..ad49a3042 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/extensions-sagemaker-ui.txt @@ -0,0 +1,4 @@ +https://open-vsx.org/api/ms-toolsai/jupyter/2024.5.0/file/ms-toolsai.jupyter-2024.5.0.vsix +https://open-vsx.org/api/ms-python/python/2026.2.0/file/ms-python.python-2026.2.0.vsix +https://open-vsx.org/api/amazonwebservices/aws-toolkit-vscode/3.98.0/file/amazonwebservices.aws-toolkit-vscode-3.98.0.vsix +https://open-vsx.org/api/amazonwebservices/amazon-q-vscode/1.106.0/file/amazonwebservices.amazon-q-vscode-1.106.0.vsix \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/extensions.txt b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/extensions.txt new file mode 100644 index 000000000..26d0170dc --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/code-editor/extensions.txt @@ -0,0 +1,4 @@ +https://open-vsx.org/api/ms-toolsai/jupyter/2024.5.0/file/ms-toolsai.jupyter-2024.5.0.vsix +https://open-vsx.org/api/ms-python/python/2023.20.0/file/ms-python.python-2023.20.0.vsix +https://open-vsx.org/api/amazonwebservices/aws-toolkit-vscode/3.91.0/file/amazonwebservices.aws-toolkit-vscode-3.91.0.vsix +https://open-vsx.org/api/amazonwebservices/amazon-q-vscode/1.106.0/file/amazonwebservices.amazon-q-vscode-1.106.0.vsix diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/conda/.condarc b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/conda/.condarc new file mode 100644 index 000000000..c3616df50 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/conda/.condarc @@ -0,0 +1,6 @@ +envs_dirs: + - ~/.conda/envs + - /opt/conda/envs +pkgs_dirs: + - ~/.conda/pkgs + - /opt/conda/pkgs diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/jupyter/jupyter_server_config.py b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/jupyter/jupyter_server_config.py new file mode 100644 index 000000000..0182cc238 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/jupyter/jupyter_server_config.py @@ -0,0 +1,28 @@ +# Default Jupyter server config +# Note: those config can be overridden by user-level configs. + +c.ServerApp.terminado_settings = {"shell_command": ["/bin/bash"]} +c.ServerApp.tornado_settings = {"compress_response": True} + +# Do not delete files to trash. Instead, permanently delete files. +c.FileContentsManager.delete_to_trash = False + +# Allow deleting non-empty directory via file browser. Related documentation: +# https://github.com/jupyter-server/jupyter_server/blob/main/jupyter_server/services/contents/filemanager.py#L125-L129 +c.FileContentsManager.always_delete_dir = True + +# Enable `allow_hidden` by default, so hidden files are accessible via Jupyter server +# Related documentation: https://jupyterlab.readthedocs.io/en/stable/user/files.html#displaying-hidden-files +c.ContentsManager.allow_hidden = True + +# This will set the LanguageServerManager.extra_node_roots setting if amazon_sagemaker_sql_editor exists in the +# environment. Ignore otherwise, don't fail the JL server start +# Related documentation: https://jupyterlab-lsp.readthedocs.io/en/v3.4.0/Configuring.html +try: + import os + + module = __import__("amazon_sagemaker_sql_editor") + module_location = os.path.dirname(module.__file__) + c.LanguageServerManager.extra_node_roots = [f"{module_location}/sql-language-server"] +except: + pass diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/apply_patches.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/apply_patches.sh new file mode 100755 index 000000000..4d40e6024 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/apply_patches.sh @@ -0,0 +1,114 @@ +#!/bin/bash + +set -eux + +# Function to compare version numbers +# Returns 0 if version1 >= version2, 1 otherwise +version_gte() { + local version1="$1" + local version2="$2" + + # Handle empty versions + [ -z "$version1" ] && return 1 + [ -z "$version2" ] && return 0 + + # If versions are identical, return true + [ "$version1" = "$version2" ] && return 0 + + # Use sort -V (version sort) to compare versions + # Check if version1 comes after version2 in version sort + local sorted=$(printf '%s\n%s\n' "$version1" "$version2" | sort -V) + local first_line=$(echo "$sorted" | head -n1) + + # If version2 comes first in sort, then version1 >= version2 + [ "$first_line" = "$version2" ] +} + +get_package_version() { + local package_name="$1" + + # Try to get version using pip show + local pkg_version=$(pip show "$package_name" 2>/dev/null | grep "Version:" | cut -d' ' -f2) + + if [ -z "$pkg_version" ]; then + # Try using conda list as fallback + pkg_version=$(conda list "$package_name" 2>/dev/null | grep "^$package_name " | awk '{print $2}' | head -n1) + fi + + echo "$pkg_version" +} + +# NOTE: Consider removing these patches entirely if all non-deprecating SMD versions +# have package versions larger than the specified thresholds, as the patches would +# no longer be needed. +should_skip_patch() { + local patch_file="$1" + local patch_basename=$(basename "$patch_file") + + # Check if patch filename contains "fix-ipython-display" + if [[ "$patch_basename" == *"fix-ipython-display"* ]]; then + # Skip this patch if hdijupyterutils >= 0.23.0 + local hdijupyterutils_version=$(get_package_version "hdijupyterutils") + if [ -n "$hdijupyterutils_version" ]; then + if version_gte "$hdijupyterutils_version" "0.23.0"; then + echo "Skipping $patch_basename: hdijupyterutils version $hdijupyterutils_version >= 0.23" + return 0 + fi + fi + fi + + # Check if patch filename contains "fix-boto3-endpoints" + if [[ "$patch_basename" == *"fix-boto3-endpoints"* ]]; then + # Skip this patch if botocore >= 1.37.17 + local botocore_version=$(get_package_version "botocore") + if [ -n "$botocore_version" ]; then + if version_gte "$botocore_version" "1.37.17"; then + echo "Skipping $patch_basename: botocore version $botocore_version >= 1.37.17" + return 0 + fi + fi + fi + + return 1 +} + +# Check if parameter is provided +if [ $# -ne 1 ]; then + echo "Usage: $0 [smus|smus-code-editor]" + exit 1 +fi + +# Validate parameter +case "$1" in + "smus") + bash "/etc/patches/smus-script/replace-job-with-schedule.sh" + PATCH_DIR="/etc/patches/smus" + ;; + "smus-code-editor") + PATCH_DIR="/etc/patches/smus-code-editor" + ;; + *) + echo "Error: Parameter must be either 'smus' or 'smus-code-editor'" + exit 1 + ;; +esac + +# Check if patch directory exists +if [ ! -d "$PATCH_DIR" ]; then + echo "Error: Patch directory $PATCH_DIR does not exist" + exit 1 +fi + +# Patch files can be generated via "diff -u /path/to/original_file /path/to/new_file > XXX_bad_package.patch" +# See https://www.thegeekstuff.com/2014/12/patch-command-examples/ +for PATCHFILE in "$PATCH_DIR"/*.patch; do + [ -f "$PATCHFILE" ] || continue + + # Check if this patch should be skipped due to version constraints + if should_skip_patch "$PATCHFILE"; then + continue + fi + + echo "Applying $PATCHFILE" + (cd "/opt/conda" && patch --strip=3 < "$PATCHFILE") +done diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0001-sparkmagic.patch b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0001-sparkmagic.patch new file mode 100644 index 000000000..df0d755aa --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0001-sparkmagic.patch @@ -0,0 +1,10 @@ +--- /opt/conda/lib/python3.11/site-packages/sparkmagic/livyclientlib/command.py ++++ /opt/conda/lib/python3.11/site-packages/sparkmagic/livyclientlib/command.py +@@ -54,6 +54,7 @@ + try: + session.wait_for_idle() + data = {"code": self.code} ++ data["kind"] = session.kind + response = session.http_client.post_statement(session.id, data) + statement_id = response["id"] + output = self._get_statement_output(session, statement_id) diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0002-sparkmagic-override-info-table.patch b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0002-sparkmagic-override-info-table.patch new file mode 100644 index 000000000..1458e2aee --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0002-sparkmagic-override-info-table.patch @@ -0,0 +1,17 @@ +--- /opt/conda/lib/python3.11/site-packages/sparkmagic/utils/utils.py ++++ /opt/conda/lib/python3.11/site-packages/sparkmagic/utils/utils.py +@@ -94,15 +94,7 @@ + + + def get_sessions_info_html(info_sessions, current_session_id): +- html = ( +- """ +-""" +- + "".join( +- [session.get_row_html(current_session_id) for session in info_sessions] +- ) +- + "
IDYARN Application IDKindStateSpark UIDriver logUserCurrent session?
" +- ) +- ++ html = "" + return html diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0003-fix-ipython-display.patch b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0003-fix-ipython-display.patch new file mode 100644 index 000000000..c0c3cdd86 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0003-fix-ipython-display.patch @@ -0,0 +1,7 @@ +--- /opt/conda/lib/python3.11/site-packages/hdijupyterutils/ipythondisplay.py ++++ /opt/conda/lib/python3.11/site-packages/hdijupyterutils/ipythondisplay.py +@@ -1,4 +1,4 @@ +-from IPython.core.display import display, HTML ++from IPython.display import display, HTML + from IPython import get_ipython + import sys \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0004-fix-boto3-endpoints.patch b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0004-fix-boto3-endpoints.patch new file mode 100644 index 000000000..94622cf35 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-code-editor/0004-fix-boto3-endpoints.patch @@ -0,0 +1,12 @@ +--- /opt/conda/lib/python3.11/site-packages/botocore/data/endpoints.json ++++ /opt/conda/lib/python3.11/site-packages/botocore/data/endpoints.json +@@ -5404,6 +5404,9 @@ + "ap-northeast-3" : { + "hostname" : "datazone.ap-northeast-3.api.aws" + }, ++ "ap-south-1" : { ++ "hostname" : "datazone.ap-south-1.api.aws" ++ }, + "ap-south-2" : { + "hostname" : "datazone.ap-south-2.api.aws" + }, diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-script/replace-job-with-schedule.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-script/replace-job-with-schedule.sh new file mode 100755 index 000000000..52b3655da --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus-script/replace-job-with-schedule.sh @@ -0,0 +1,43 @@ +#!/bin/bash +# this is to replace sagemaker unfied studio jupyter scheduler label from "Job" to "Scheudule" to align with overall experience +set -ex + +BASE_PATH="/opt/conda/share/jupyter/labextensions/@jupyterlab/scheduler/static" + +# Function to perform replacement +replace_string() { + local search="$1" + local replace="$2" + echo "Replacing '$search' with '$replace'..." + grep -l -i -r "$search" "$BASE_PATH" | xargs sed -i "s/$search/$replace/gI" +} + +# List of replacements +replace_string "\"Schedule\"" "\" \"" +replace_string "Create Job\"" "Create Schedule\"" +replace_string "Job name\"" "Schedule name\"" +replace_string "Run job with input folder\"" "Run schedule with input folder\"" +replace_string "\"The scheduled job will have access to all files under" "\"The schedule will have access to all files under" +replace_string "Notebook Jobs\"" "Notebook Schedules\"" +replace_string "Notebook Job Definitions\"" "Notebook Schedule Definitions\"" +replace_string "job definitions" "schedule definitions" +replace_string "Create Notebook Job" "Create Notebook Schedule" +replace_string "notebook job definition" "notebook schedule definition" +replace_string "Job definition name" "Schedule definition name" +replace_string "Job Detail\"" "Schedule Detail\"" +replace_string "Job ID\"" "Schedule ID\"" +replace_string "Your job definition" "Your schedule definition" +replace_string "Your job" "Your schedule" +replace_string "Job Definition\"" "Schedule Definition\"" +replace_string "Run Job\"" "Run Schedule\"" +replace_string "Creating job" "Creating schedule" +replace_string "Reload Job\"" "Reload Schedule\"" +replace_string "Delete Job\"" "Delete Schedule\"" +replace_string "Download Job Files\"" "Download Schedule Files\"" +replace_string "No notebook jobs associated with this job definition" "No notebook schedules associated with this schedule definition" +replace_string "Create Job from Schedule Definition\"" "Create Schedule from Schedule Definition\"" +replace_string "Job definition ID\"" "Schedule definition ID\"" +replace_string "Create a notebook job" "Create a notebook schedule" +replace_string "Stop Job\"" "Stop Schedule\"" + +echo "All replacements completed!" diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0001-sparkmagic.patch b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0001-sparkmagic.patch new file mode 100644 index 000000000..df0d755aa --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0001-sparkmagic.patch @@ -0,0 +1,10 @@ +--- /opt/conda/lib/python3.11/site-packages/sparkmagic/livyclientlib/command.py ++++ /opt/conda/lib/python3.11/site-packages/sparkmagic/livyclientlib/command.py +@@ -54,6 +54,7 @@ + try: + session.wait_for_idle() + data = {"code": self.code} ++ data["kind"] = session.kind + response = session.http_client.post_statement(session.id, data) + statement_id = response["id"] + output = self._get_statement_output(session, statement_id) diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0002-sparkmagic-override-info-table.patch b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0002-sparkmagic-override-info-table.patch new file mode 100644 index 000000000..1458e2aee --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0002-sparkmagic-override-info-table.patch @@ -0,0 +1,17 @@ +--- /opt/conda/lib/python3.11/site-packages/sparkmagic/utils/utils.py ++++ /opt/conda/lib/python3.11/site-packages/sparkmagic/utils/utils.py +@@ -94,15 +94,7 @@ + + + def get_sessions_info_html(info_sessions, current_session_id): +- html = ( +- """ +-""" +- + "".join( +- [session.get_row_html(current_session_id) for session in info_sessions] +- ) +- + "
IDYARN Application IDKindStateSpark UIDriver logUserCurrent session?
" +- ) +- ++ html = "" + return html diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0003-fix-ipython-display.patch b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0003-fix-ipython-display.patch new file mode 100644 index 000000000..c0c3cdd86 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0003-fix-ipython-display.patch @@ -0,0 +1,7 @@ +--- /opt/conda/lib/python3.11/site-packages/hdijupyterutils/ipythondisplay.py ++++ /opt/conda/lib/python3.11/site-packages/hdijupyterutils/ipythondisplay.py +@@ -1,4 +1,4 @@ +-from IPython.core.display import display, HTML ++from IPython.display import display, HTML + from IPython import get_ipython + import sys \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0004-fix-boto3-endpoints.patch b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0004-fix-boto3-endpoints.patch new file mode 100644 index 000000000..94622cf35 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/patches/smus/0004-fix-boto3-endpoints.patch @@ -0,0 +1,12 @@ +--- /opt/conda/lib/python3.11/site-packages/botocore/data/endpoints.json ++++ /opt/conda/lib/python3.11/site-packages/botocore/data/endpoints.json +@@ -5404,6 +5404,9 @@ + "ap-northeast-3" : { + "hostname" : "datazone.ap-northeast-3.api.aws" + }, ++ "ap-south-1" : { ++ "hostname" : "datazone.ap-south-1.api.aws" ++ }, + "ap-south-2" : { + "hostname" : "datazone.ap-south-2.api.aws" + }, diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/fetch_feature_flags.py b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/fetch_feature_flags.py new file mode 100644 index 000000000..778f47e9f --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/fetch_feature_flags.py @@ -0,0 +1,100 @@ +#!/usr/bin/env python3 +""" +Fetch feature flags from DataZone domain and write to file. +This script is intended to be called from the post-startup script. +""" + +import html +import json +import logging +import os +import re +import sys +import urllib.parse +import urllib.request + +# Configure logging +logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s") +logger = logging.getLogger(__name__) + + +def fetch_feature_flags(): + """ + Read domain metadata, fetch feature flags from domain login page, + and write to ~/.aws/enabled_features/enabled_features.json + """ + try: + # Read resource metadata + metadata_path = "/opt/ml/metadata/resource-metadata.json" + logger.info(f"Reading metadata from {metadata_path}") + + with open(metadata_path, "r") as f: + data = json.load(f) + additional_metadata = data.get("AdditionalMetadata", {}) + domain_id = additional_metadata.get("DataZoneDomainId") + region = additional_metadata.get("DataZoneDomainRegion") + stage = additional_metadata.get("DataZoneStage") + + if not domain_id or not region: + logger.warning("Domain metadata not found in resource metadata") + return False + + # Construct domain login URL + stage_prefix = f"-{stage}" if stage and stage != "prod" else "" + domain_url = f"https://{domain_id}.sagemaker{stage_prefix}.{region}.on.aws/login" + logger.info(f"Fetching feature flags from {domain_url}") + + # Validate URL scheme for security + parsed_url = urllib.parse.urlparse(domain_url) + if parsed_url.scheme != "https": + logger.error(f"Only HTTPS URLs are allowed, got: {parsed_url.scheme}") + return False + + # Fetch domain login page + with urllib.request.urlopen(domain_url, timeout=10) as response: + html_content = response.read().decode("utf-8") + + # Parse feature flags from meta tag + match = re.search( + r']+name=["\']enabled-features["\'][^>]+content=["\']([^"\']+)["\']', + html_content, + re.IGNORECASE, + ) + + if not match: + logger.warning("Feature flags meta tag not found in domain login page") + return False + + # Unescape HTML entities (" -> ") + raw_content = html.unescape(match.group(1)) + feature_flags = json.loads(raw_content) + logger.info(f"Found {len(feature_flags)} feature flags") + + # Write feature flags to file + feature_flags_dir = os.path.expanduser("~/.aws/enabled_features") + os.makedirs(feature_flags_dir, exist_ok=True) + feature_flags_file = os.path.join(feature_flags_dir, "enabled_features.json") + + with open(feature_flags_file, "w") as f: + json.dump({"enabled_features": feature_flags}, f, indent=2) + + logger.info(f"Feature flags written to {feature_flags_file}") + return True + + except FileNotFoundError: + logger.error(f"Metadata file not found: {metadata_path}") + return False + except json.JSONDecodeError as e: + logger.error(f"Failed to parse JSON: {e}") + return False + except urllib.error.URLError as e: + logger.error(f"Failed to fetch domain page: {e}") + return False + except Exception as e: + logger.error(f"Unexpected error: {e}") + return False + + +if __name__ == "__main__": + success = fetch_feature_flags() + sys.exit(0 if success else 1) diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/git_clone.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/git_clone.sh new file mode 100755 index 000000000..714d687e2 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/git_clone.sh @@ -0,0 +1,62 @@ +#!/bin/bash +set -eux + +sourceMetaData=/opt/ml/metadata/resource-metadata.json + +# Extract the required fields from meta data stored in opt/ml/metadata. +dataZoneDomainId=$(jq -r '.AdditionalMetadata.DataZoneDomainId' < $sourceMetaData) +dataZoneUserId=$(jq -r '.AdditionalMetadata.DataZoneUserId' < $sourceMetaData) +dataZoneEndPoint=$(jq -r '.AdditionalMetadata.DataZoneEndpoint' < $sourceMetaData) +dataZoneProjectId=$(jq -r '.AdditionalMetadata.DataZoneProjectId' < $sourceMetaData) + +DEFAULT_DESTINATION_PATH=$HOME/src +DESTINATION_PATH=${1:-$DEFAULT_DESTINATION_PATH} + +echo "Cloning to ${DESTINATION_PATH}" + +# Function to clone the CodeCommit repository +clone_code_commit_repo() { + if [ -d "${DESTINATION_PATH}/.git" ]; then + echo "Repository already exists at ${DESTINATION_PATH}" + else + rm -rf "${DESTINATION_PATH}" + local repoName=$1 + git clone codecommit::$AWS_REGION://$repoName $DESTINATION_PATH + # if the above command exit with nonzero exit code ,delete the partially cloned Repo. + if [ $? -ne 0 ]; then + echo "Git clone of the Project repository has failed. Please refer to the documentation to understand how to fix this." + if [ -d $DESTINATION_PATH ]; then + rm -rf $DESTINATION_PATH + fi + fi + fi +} + +# Get the clone URL for the project +response=$(sagemaker-studio git get-clone-url --domain-id "$dataZoneDomainId" --project-id "$dataZoneProjectId" --profile DomainExecutionRoleCreds) +cloneUrl=$(echo "$response" | jq -r '.cloneUrl') +# Get the project default environment and extract the gitConnectionArn and gitBranchName +getProjectDefaultEnvResponse=$(sagemaker-studio project get-project-default-environment --domain-id "$dataZoneDomainId" --project-id "$dataZoneProjectId" --profile DomainExecutionRoleCreds) +gitConnectionArn=$(echo "$getProjectDefaultEnvResponse" | jq -r '.provisionedResources[] | select(.name=="gitConnectionArn") | .value') +gitBranchName=$(echo "$getProjectDefaultEnvResponse" | jq -r '.provisionedResources[] | select(.name=="gitBranchName") | .value') +dataZoneProjectRepositoryName=$(echo "$getProjectDefaultEnvResponse" | jq -r '.provisionedResources[] | select(.name=="codeRepositoryName") | .value') + + # Check if the cloneUrl is available +if [[ -n "$cloneUrl" ]]; then + # Check if the cloneUrl contains "codeconnections" or "codestar-connections" (For customers created connection before Jun 7th) + if [[ "$cloneUrl" == *"codeconnections"* ]] || [[ "$cloneUrl" == *"codestar-connections"* ]]; then + # Check if the DomainExecutionRoleCreds profile exists in the AWS config file + if grep -q 'DomainExecutionRoleCreds' /home/sagemaker-user/.aws/config; then + /bin/bash /etc/sagemaker-ui/git_config.sh + # Clone the repository using the cloneUrl and gitBranchName + git clone "$cloneUrl" $DESTINATION_PATH -b "$gitBranchName" + fi + else + # Clone the codeCommit repository + clone_code_commit_repo "$dataZoneProjectRepositoryName" + fi +else + # If the cloneUrl is not available, check if the gitConnectionArn is available + # If not available, clone codeCommit repository. + [[ -z "$gitConnectionArn" ]] && clone_code_commit_repo "$dataZoneProjectRepositoryName" +fi diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/git_config.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/git_config.sh new file mode 100644 index 000000000..5f4d61e5e --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/git_config.sh @@ -0,0 +1,9 @@ +#!/bin/bash +set -eux + +sourceMetaData=/opt/ml/metadata/resource-metadata.json +dataZoneDomainRegion=$(jq -r '.AdditionalMetadata.DataZoneDomainRegion' < $sourceMetaData) + +# Configure Git to use the AWS CodeCommit credential helper with profile DomainExecutionRoleCreds +git config --global credential.helper "!aws --profile DomainExecutionRoleCreds --region $dataZoneDomainRegion codecommit credential-helper --ignore-host-check $@" +git config --global credential.UseHttpPath true diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/lab/settings/overrides.json b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/lab/settings/overrides.json new file mode 100644 index 000000000..4c84693d5 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/lab/settings/overrides.json @@ -0,0 +1,5 @@ +{ + "@jupyterlab/apputils-extension:themes": { + "theme": "Amazon SageMaker Unified Studio Dark" + } +} diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json new file mode 100644 index 000000000..ed86cae58 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/lab/settings/page_config.json @@ -0,0 +1,13 @@ +{ + "disabledExtensions": { + "@jupyterlab/apputils-extension:announcements": true, + "@amzn/sagemaker-jupyterlab-emr-extension": true, + "@amzn/sagemaker-jupyter-scheduler": true, + "@amzn/sagemaker-jupyterlab-extension-common:panorama": true, + "@amzn/sagemaker-jupyterlab-extensions:sessionmanagement": true, + "@amzn/sagemaker-jupyterlab-extensions:spacemenu": true, + "@amzn/amazon_sagemaker_sql_editor": true, + "@sagemaker-studio:EmrCluster": true, + "@jupyter/collaboration-extension": true + } +} diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/server/jupyter_server_config.py b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/server/jupyter_server_config.py new file mode 100644 index 000000000..900db57e2 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/jupyter/server/jupyter_server_config.py @@ -0,0 +1,41 @@ +import os + +from sagemaker_studio_jupyter_scheduler.scheduler import ( + SagemakerEnvironmentManager, + SageMakerJobFilesManager, + SageMakerUnifiedStudioScheduler, +) + +c.ServerApp.terminado_settings = {"shell_command": ["/bin/bash"]} +region = os.environ.get("AWS_REGION") +csp_rule = os.environ.get("JUPYTERSERVER_CSP_RULE") + +c.ServerApp.tornado_settings = {"compress_response": True, "headers": {"Content-Security-Policy": csp_rule}} + +# Do not delete files to trash. Instead, permanently delete files. +c.FileContentsManager.delete_to_trash = False + +# Allow deleting non-empty directory via file browser. Related documentation: +# https://github.com/jupyter-server/jupyter_server/blob/main/jupyter_server/services/contents/filemanager.py#L125-L129 +c.FileContentsManager.always_delete_dir = True + +# Enable `allow_hidden` by default, so hidden files are accessible via Jupyter server +# Related documentation: https://jupyterlab.readthedocs.io/en/stable/user/files.html#displaying-hidden-files +c.ContentsManager.allow_hidden = True + +# This will set the LanguageServerManager.extra_node_roots setting if amazon_sagemaker_sql_editor exists in the +# environment. Ignore otherwise, don't fail the JL server start +# Related documentation: https://jupyterlab-lsp.readthedocs.io/en/v3.4.0/Configuring.html +try: + import os + + module = __import__("amazon_sagemaker_sql_editor") + module_location = os.path.dirname(module.__file__) + c.LanguageServerManager.extra_node_roots = [f"{module_location}/sql-language-server"] +except: + + pass + +c.SchedulerApp.scheduler_class = SageMakerUnifiedStudioScheduler +c.SchedulerApp.environment_manager_class = SagemakerEnvironmentManager +c.SchedulerApp.job_files_manager_class = SageMakerJobFilesManager diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/kernels/kernel_launchers/python3_kernel_launcher.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/kernels/kernel_launchers/python3_kernel_launcher.sh new file mode 100755 index 000000000..ca1a8fb75 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/kernels/kernel_launchers/python3_kernel_launcher.sh @@ -0,0 +1,51 @@ +#!/bin/bash + +kernel_type=$2 +connection_file=$4 + +if [ ! -e "/opt/ml/metadata/resource-metadata.json" ] && [ -z "$SPARKMAGIC_CONF_DIR" ]; then + export SPARKMAGIC_CONF_DIR="$SM_EXECUTION_INPUT_PATH" +fi + +if [ -n "$SPARKMAGIC_CONF_DIR" ]; then + mkdir -p $SPARKMAGIC_CONF_DIR + config_file_path=${SPARKMAGIC_CONF_DIR}/config.json +else + sparkmagicHomeDir=${HOME}/.sparkmagic + mkdir -p $sparkmagicHomeDir + config_file_path=${sparkmagicHomeDir}/config.json +fi + +if [ ! -f "$config_file_path" ]; then + cat << EOT > "$config_file_path" +{ + "livy_session_startup_timeout_seconds": 180, + "logging_config": { + "version": 1, + "formatters": { + "magicsFormatter": { + "format": "%(asctime)s\t%(levelname)s\t%(message)s", + "datefmt": "" + } + }, + "handlers": { + "magicsHandler": { + "class": "sagemaker_studio_dataengineering_sessions.sagemaker_base_session_manager.common.logger_utils.SessionManagerFileHandler", + "formatter": "magicsFormatter", + "file_name": "spark_magic" + } + }, + "loggers": { + "magicsLogger": { + "handlers": ["magicsHandler"], + "level": "INFO", + "propagate": 0 + } + } + } +} +EOT +else + sed -i 's/\"sagemaker_base_session_manager/\"sagemaker_studio_dataengineering_sessions.sagemaker_base_session_manager/g' $config_file_path +fi +exec /opt/conda/bin/python -m ${kernel_type} -f ${connection_file} diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/kernels/python3/kernel.json b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/kernels/python3/kernel.json new file mode 100644 index 000000000..7db91492d --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/kernels/python3/kernel.json @@ -0,0 +1,14 @@ +{ + "argv": [ + "/opt/conda/share/jupyter/kernels/kernel_launchers/python3_kernel_launcher.sh", + "-m", + "ipykernel_launcher", + "-f", + "{connection_file}" + ], + "display_name": "Python 3 (ipykernel)", + "language": "python", + "metadata": { + "debugger": true + } +} diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/libmgmt/install-lib.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/libmgmt/install-lib.sh new file mode 100755 index 000000000..84999cf14 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/libmgmt/install-lib.sh @@ -0,0 +1,18 @@ +#!/bin/bash +set -eux +PROJECT_DIR=${SMUS_PROJECT_DIR:-"$HOME/src"} +# Check if the .libs.json file exists +if [ -e $PROJECT_DIR/.libs.json ]; then + lib_config_json=`cat $PROJECT_DIR/.libs.json` + + apply_change_to_space=`echo $lib_config_json | jq -r '.ApplyChangeToSpace'` + # Extract conda channels from the config, add `-c ` before each channel and join the strings + conda_channels=`echo $lib_config_json | jq -r '.Python.CondaPackages.Channels | .[]' | sed 's/^/-c /g'` + # Extract conda package spec from the config and join the strings + conda_package=`echo $lib_config_json | jq -r '.Python.CondaPackages.PackageSpecs | .[]'` + + if [ ${apply_change_to_space} == "true" -a -n "$conda_package" ]; then + # if conda package spec exists, install the packages + micromamba install --freeze-installed -y $conda_channels $conda_package + fi +fi \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/network_validation.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/network_validation.sh new file mode 100644 index 000000000..c4d1507ae --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/network_validation.sh @@ -0,0 +1,188 @@ +#!/bin/bash +set -eux + +# Input parameters with defaults: +# Default to 1 (Git storage) if no parameter is passed. +is_s3_storage=${1:-"1"} +# Output file path for unreachable services JSON +network_validation_file=${2:-"/tmp/.network_validation.json"} + +# Function to write unreachable services to a JSON file +write_unreachable_services_to_file() { + local value="$1" + local file="$network_validation_file" + + # Create the file if it doesn't exist + if [ ! -f "$file" ]; then + touch "$file" || { + echo "Failed to create $file" >&2 + return 0 + } + fi + + # Check file is writable + if [ ! -w "$file" ]; then + echo "Error: $file is not writable" >&2 + return 0 + fi + + # Write JSON object with UnreachableServices key and the comma-separated list value + jq -n --arg value "$value" '{"UnreachableServices": $value}' > "$file" +} + +# Configure AWS CLI region using environment variable REGION_NAME +aws configure set region "${REGION_NAME}" +echo "Successfully configured region to ${REGION_NAME}" + +# Metadata file location containing DataZone info +sourceMetaData=/opt/ml/metadata/resource-metadata.json + +# Extract necessary DataZone metadata fields via jq +dataZoneDomainId=$(jq -r '.AdditionalMetadata.DataZoneDomainId' < "$sourceMetaData") +dataZoneProjectId=$(jq -r '.AdditionalMetadata.DataZoneProjectId' < "$sourceMetaData") +dataZoneEndPoint=$(jq -r '.AdditionalMetadata.DataZoneEndpoint' < "$sourceMetaData") +dataZoneDomainRegion=$(jq -r '.AdditionalMetadata.DataZoneDomainRegion' < "$sourceMetaData") +s3Path=$(jq -r '.AdditionalMetadata.ProjectS3Path' < "$sourceMetaData") + +# Extract bucket name, fallback to empty string if not found +s3ValidationBucket=$(echo "${s3Path:-}" | sed -E 's#s3://([^/]+).*#\1#') + +# Call AWS CLI list-connections, including endpoint if specified +if [ -n "$dataZoneEndPoint" ]; then + response=$(aws datazone list-connections \ + --endpoint-url "$dataZoneEndPoint" \ + --domain-identifier "$dataZoneDomainId" \ + --project-identifier "$dataZoneProjectId" \ + --region "$dataZoneDomainRegion") +else + response=$(aws datazone list-connections \ + --domain-identifier "$dataZoneDomainId" \ + --project-identifier "$dataZoneProjectId" \ + --region "$dataZoneDomainRegion") +fi + +# Extract each connection item as a compact JSON string +connection_items=$(echo "$response" | jq -c '.items[]') + +# Required AWS Services for Compute connections and Git +# Initialize SERVICE_COMMANDS with always-needed STS and S3 checks +declare -A SERVICE_COMMANDS=( + ["STS"]="aws sts get-caller-identity" + ["S3"]="aws s3api list-objects --bucket \"$s3ValidationBucket\" --max-items 1" +) + +# Track connection types found for conditional checks +declare -A seen_types=() + +# Iterate over each connection to populate service commands conditionally +while IFS= read -r item; do + # Extract connection type + type=$(echo "$item" | jq -r '.type') + seen_types["$type"]=1 + + # For SPARK connections, check for Glue and EMR properties + if [[ "$type" == "SPARK" ]]; then + # If sparkGlueProperties present, add Glue check + if echo "$item" | jq -e '.props.sparkGlueProperties' > /dev/null; then + SERVICE_COMMANDS["Glue"]="aws glue get-databases --max-items 1" + fi + + # Check for emr-serverless in sparkEmrProperties.computeArn for EMR Serverless check + emr_arn=$(echo "$item" | jq -r '.props.sparkEmrProperties.computeArn // empty') + if [[ "$emr_arn" == *"emr-serverless"* && "$emr_arn" == *"/applications/"* ]]; then + # Extract the application ID from the ARN + emr_app_id=$(echo "$emr_arn" | sed -E 's#.*/applications/([^/]+)#\1#') + + # Only set the service command if the application ID is valid + if [[ -n "$emr_app_id" ]]; then + SERVICE_COMMANDS["EMR Serverless"]="aws emr-serverless get-application --application-id \"$emr_app_id\"" + fi + fi + fi +done <<< "$connection_items" + +# Add Athena if ATHENA connection found +[[ -n "${seen_types["ATHENA"]}" ]] && SERVICE_COMMANDS["Athena"]="aws athena list-data-catalogs --max-items 1" + +# Add Redshift checks if REDSHIFT connection found +if [[ -n "${seen_types["REDSHIFT"]}" ]]; then + SERVICE_COMMANDS["Redshift Clusters"]="aws redshift describe-clusters --max-records 20" + SERVICE_COMMANDS["Redshift Serverless"]="aws redshift-serverless list-namespaces --max-results 1" +fi + +# If using Git Storage (S3 storage flag == 1), check CodeConnections connectivity +# Domain Execution role contains permissions for CodeConnections +if [[ "$is_s3_storage" == "1" ]]; then + SERVICE_COMMANDS["CodeConnections"]="aws codeconnections list-connections --max-results 1 --profile DomainExecutionRoleCreds" +fi + +# Timeout (seconds) for each API call +api_time_out_limit=10 +# Array to accumulate unreachable services +unreachable_services=() +# Create a temporary directory to store individual service results +temp_dir=$(mktemp -d) + +# Launch all service API checks in parallel background jobs +for service in "${!SERVICE_COMMANDS[@]}"; do + { + output_file="$temp_dir/${service}_output" + + # Run command with timeout + if timeout "${api_time_out_limit}s" bash -c "${SERVICE_COMMANDS[$service]}" > "$output_file" 2>&1; then + # Success: write OK to temp file + echo "OK" > "$temp_dir/$service" + else + # Get exit code to differentiate timeout or other errors + exit_code=$? + if grep -q "Could not connect to the endpoint URL" "$output_file"; then + echo "UNREACHABLE" > "$temp_dir/$service" + elif [ "$exit_code" -eq 124 ]; then + # Timeout exit code + echo "TIMEOUT" > "$temp_dir/$service" + else + # Other errors (e.g., permission denied) + echo "ERROR" > "$temp_dir/$service" + fi + fi + } & +done + +# Wait for all background jobs to complete before continuing +wait + +# Process each service's result file to identify unreachable ones +for service in "${!SERVICE_COMMANDS[@]}"; do + result_file="$temp_dir/$service" + if [ -f "$result_file" ]; then + result=$(<"$result_file") + if [[ "$result" == "TIMEOUT" ]]; then + echo "$service API did NOT resolve within ${api_time_out_limit}s. Marking as unreachable." + unreachable_services+=("$service") + elif [[ "$result" == "UNREACHABLE" ]]; then + echo "$service API failed to connect to the endpoint. Marking as unreachable." + unreachable_services+=("$service") + elif [[ "$result" == "OK" ]]; then + echo "$service API is reachable." + else + echo "$service API returned an error (but not a timeout or endpoint reachability failure). Ignored for network check." + fi + else + echo "$service check did not produce a result file. Skipping." + fi +done + +# Cleanup temporary directory +rm -rf "$temp_dir" + +# Write unreachable services to file if any, else write empty string +if (( ${#unreachable_services[@]} > 0 )); then + joined_services=$(IFS=','; echo "${unreachable_services[*]}") + # Add spaces after commas for readability + joined_services_with_spaces=${joined_services//,/,\ } + write_unreachable_services_to_file "$joined_services_with_spaces" + echo "Unreachable AWS Services: ${joined_services_with_spaces}" +else + write_unreachable_services_to_file "" + echo "All required AWS services reachable within ${api_time_out_limit}s" +fi \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/project-storage/README.md b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/project-storage/README.md new file mode 100644 index 000000000..a390943c7 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/project-storage/README.md @@ -0,0 +1,24 @@ +## SageMaker Unified Studio Space + +Welcome to your project space +This is the root folder for your project files. It contains: +- A shared folder for collaborative work +- Your personal local folder for private development + +### Personal local folder +Your personal local folder: +- Includes this root folder and any subfolders (except shared) +- Allows you to work on files privately +- Ideal for frequent file access and modification +- Is visible only in this space + +### Shared folder +The shared folder: +- Contains files visible to all project members +- Is accessible across all your tools +- Updates immediately when any member adds or modifies files +- Not well-suited for heavy file read/write workloads due to remote Amazon S3 origin of this folder and potential additional costs associated with frequent Amazon S3 access +- If two individuals are modifying the same file in this folder at the same time that might result in losing some changes + + +To share your files with other project members, copy or move them to the shared folder when ready. \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/project-storage/create-storage-readme.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/project-storage/create-storage-readme.sh new file mode 100644 index 000000000..14656f209 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/project-storage/create-storage-readme.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ ! -f "$HOME/README.md" ]; then + echo "README file not found in $HOME, creating" + + cat /etc/sagemaker-ui/project-storage/README.md > "$HOME/README.md" +else + echo "README already exists, skipping" +fi + diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/default.json b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/default.json new file mode 100644 index 000000000..b84662c1a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/default.json @@ -0,0 +1,49 @@ +{ + "name": "default-agent", + "version": "1.0.0", + "description": "Default agent configuration", + "mcpServers": { + "smus-local-mcp": { + "command": "python", + "args": [ + "/etc/sagemaker-ui/sagemaker-mcp/smus-mcp.py" + ], + "env": {} + } + }, + "tools": [ + "fsRead", + "fsWrite", + "fsReplace", + "listDirectory", + "fileSearch", + "executeBash", + "@smus-local-mcp", + "@smus-spark-upgrade" + ], + "allowedTools": [ + "fsRead", + "fsWrite", + "fsReplace", + "listDirectory", + "fileSearch" + ], + "toolsSettings": { + "execute_bash": { + "alwaysAllow": [ + { + "preset": "readOnly" + } + ] + }, + "use_aws": { + "alwaysAllow": [ + { + "preset": "readOnly" + } + ] + } + }, + "includedFiles": [], + "resources": [] + } diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/mcp.json b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/mcp.json new file mode 100644 index 000000000..c6916e4cf --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/mcp.json @@ -0,0 +1,23 @@ +{ + "mcpServers": { + "smus-local-mcp": { + "command": "python", + "args": ["/etc/sagemaker-ui/sagemaker-mcp/smus-mcp.py"] + }, + "smus-spark-upgrade": { + "type": "stdio", + "command": "uvx", + "args": [ + "mcp-proxy-for-aws@latest", + "https://sagemaker-unified-studio-mcp.AWS_REGION_NAME.api.aws/spark-upgrade/mcp", + "--service", + "sagemaker-unified-studio-mcp", + "--region", + "AWS_REGION_NAME", + "--read-timeout", + "180" + ], + "timeout": 180000 + } + } +} diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/smus-mcp.py b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/smus-mcp.py new file mode 100644 index 000000000..e37dbae19 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker-mcp/smus-mcp.py @@ -0,0 +1,180 @@ +""" +SageMaker Unified Studio Project Context MCP Server in stdio transport. + +""" + +import json +import logging +import os +import re +import time +from typing import Any, Dict + +from mcp.server.fastmcp import FastMCP + +# Configure logging +logging.basicConfig(level=logging.INFO) +logger = logging.getLogger(__name__) + + +class ProjectContext: + """ + A class that encapsulates AWS session, project object, and region. + This class simplifies the common pattern of setting up an AWS session, + extracting credentials, and getting a project. + """ + + def __init__(self): + try: + datazone_domain_id = os.getenv("AmazonDataZoneDomain") + datazone_project_id = os.getenv("AmazonDataZoneProject") + aws_region = os.getenv("AWS_REGION") + if datazone_domain_id and datazone_project_id and aws_region: + self.domain_id = datazone_domain_id + self.project_id = datazone_project_id + self.region = aws_region + else: + with open("/opt/ml/metadata/resource-metadata.json", "r") as metadata_file: + metadata = json.load(metadata_file) + self.domain_id = metadata["AdditionalMetadata"]["DataZoneDomainId"] + self.project_id = metadata["AdditionalMetadata"]["DataZoneProjectId"] + self.region = metadata["AdditionalMetadata"]["DataZoneDomainRegion"] + except Exception as e: + raise RuntimeError(f"Failed to initialize project: {e}") + + if not re.match("^dzd[-_][a-zA-Z0-9_-]{1,36}$", self.domain_id): + raise RuntimeError(f"Invalid domain id") + if not re.match("^[a-zA-Z0-9_-]{1,36}$", self.project_id): + raise RuntimeError(f"Invalid project id") + if not re.match("^[a-z]{2}-[a-z]{4,10}-\\d$", self.region): + raise RuntimeError(f"Invalid region") + + +def safe_get_attr(obj: Any, attr: str, default: Any = None) -> Any: + """Safely get an attribute from an object.""" + if obj is None: + return default + + try: + if hasattr(obj, attr): + value = getattr(obj, attr) + # Handle case where attribute access might throw RuntimeError + if callable(value): + try: + return value() + except (RuntimeError, Exception) as e: + logger.error(f"Error calling attribute {attr}: {e}") + return default + return value + return default + except Exception as e: + logger.error(f"Error getting attribute {attr}: {e}") + return default + + +def create_smus_context_identifiers_response(domain_id: str, project_id: str, region: str) -> str: + + return f"""Selectively use the below parameters only when the parameter is required. + +domain identifier: "{domain_id}" +project identifier: "{project_id}" +region: "{region}" +aws profiles: "DomainExecutionRoleCreds, default" + +Again, include only required parameters. Any extra parameters may cause the API to fail. Stick strictly to the schema.""" + + +def write_log_entry( + operation: str, tool_name: str, error_count: int = 0, domain_id: str = "", latency: float = 0 +) -> None: + """ + Write a log entry to the SageMaker GenAI Jupyter Lab extension log file. + + Args: + operation: The operation being performed + tool_name: The name of the tool being used + error_count: Number of errors (0 for success, 1 for failure) + domain_id: The domain identifier (optional) + latency: Execution latency in milliseconds + """ + try: + log_entry = { + "Operation": operation, + "ToolName": tool_name, + "ErrorCount": error_count, + "DomainId": domain_id, + "Latency": latency, + "_aws": { + "Timestamp": int(time.time() * 1000), + "CloudWatchMetrics": [ + { + "Dimensions": [["Operation"], ["ToolName"]], + "Metrics": [ + {"Name": "ErrorCount", "Unit": "Count"}, + {"Name": "Latency", "Unit": "Milliseconds"}, + ], + "Namespace": "SagemakerGenAIJupyterLab", + } + ], + }, + } + + # Write to log file + log_file_path = "/var/log/studio/sagemaker_genai_jl_ext/sagemaker_genai_jl_extension.log" + os.makedirs(os.path.dirname(log_file_path), exist_ok=True) + with open(log_file_path, "a") as log_file: + log_file.write(json.dumps(log_entry) + "\n") + + except Exception: + # Fail quietly - logging failures shouldn't affect main functionality + pass + + +async def aws_context_provider() -> Dict[str, Any]: + """ + AWS Context Provider - MUST BE CALLED BEFORE ANY use_aws OPERATIONS + + This tool provides essential AWS context parameters that are required by subsequent AWS operations. + It returns configuration details including domain identifiers, project information, and region + settings that would otherwise need to be manually specified with each use_aws call. + + The returned parameters include: + - domain identifier: Unique identifier for the AWS DataZone domain + - project identifier: Identifier for the specific project being worked on + - profile name: Name of the AWS profile to use for credentials + - region: AWS region where operations should be performed + - aws profiles: use the aws profile named DomainExecutionRoleCreds for calling datazone APIs; otherwise use default AWS profile + + Returns: + dict: Parameter context to be used with subsequent use_aws operations + """ + start_time = time.time() + identifiers_response = "" + domain_id = "" + try: + ctx = ProjectContext() + domain_id = safe_get_attr(ctx, "domain_id", "") + project_id = safe_get_attr(ctx, "project_id", "") + region = safe_get_attr(ctx, "region", "") + identifiers_response = create_smus_context_identifiers_response(domain_id, project_id, region) + + latency = (time.time() - start_time) * 1000 + write_log_entry("SMUS-Local-MCP", "aws_context_provider", 0, domain_id, latency) + + return {"response": identifiers_response} + except Exception as e: + logger.error(f"Error providing SMUS context identifiers: {e}") + # Calculate latency and log error + latency = (time.time() - start_time) * 1000 + error_domain_id = domain_id if domain_id else "unable to retrieve domain id" + write_log_entry("SMUS-Local-MCP", "aws_context_provider", 1, error_domain_id, latency) + return {"response": identifiers_response, "error": "Error providing SMUS context identifiers"} + + +if __name__ == "__main__": + mcp: FastMCP = FastMCP("SageMakerUnififedStudio Project Context MCP Server") + + # Register the tools from tools.py + mcp.tool()(aws_context_provider) # use the doc string of the function as description, do not overwrite here. + + mcp.run(transport="stdio") diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh new file mode 100644 index 000000000..cd5170372 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh @@ -0,0 +1,471 @@ +#!/bin/bash +set -eux + +# Writes script status to file. This file is read by an IDE extension responsible for dispatching UI post-startup-status to the user. +write_status_to_file() { + local status="$1" + local message="$2" + local file="/tmp/.post-startup-status.json" + + # Check if the file exists, if not, create it + if [ ! -f "$file" ]; then + touch "$file" || { + echo "Failed to create $file" >&2 + return 0 + } + fi + + # Ensure the file is writable + if [ ! -w "$file" ]; then + echo "Error: $file is not writable" >&2 + return 0 + fi + + # Create the JSON object and write to file + jq -n --arg status "$status" --arg message "$message" '{"status":$status,"message":$message}' > "$file" + +} + +# checks if the script status is "in-progress". If so, no errors were detected and it can be marked successful. +write_status_to_file_on_script_complete() { + local file="/tmp/.post-startup-status.json" + local check_key="status" + local check_value="in-progress" + + + if jq -e --arg key "$check_key" --arg value "$check_value" '.[$key] == $value' "$file" > /dev/null; then + write_status_to_file "success" "IDE configured successfully." + echo "Post-startup script completed successfully. Success status written to $file" + else + echo "Skipping writing post-startup script "success" status. An error was detected during execution and written to $file". + fi +} + +write_status_to_file "in-progress" "IDE configuration in progress." + +sourceMetaData=/opt/ml/metadata/resource-metadata.json + +# Extract the required fields from meta data stored in opt/ml/metadata. +dataZoneDomainId=$(jq -r '.AdditionalMetadata.DataZoneDomainId' < $sourceMetaData) +dataZoneUserId=$(jq -r '.AdditionalMetadata.DataZoneUserId' < $sourceMetaData) +dataZoneProjectRepositoryName=$(jq -r '.AdditionalMetadata.DataZoneProjectRepositoryName' < $sourceMetaData) +dataZoneEndPoint=$(jq -r '.AdditionalMetadata.DataZoneEndpoint' < $sourceMetaData) +dataZoneProjectId=$(jq -r '.AdditionalMetadata.DataZoneProjectId' < $sourceMetaData) +dataZoneDomainRegion=$(jq -r '.AdditionalMetadata.DataZoneDomainRegion' < $sourceMetaData) + +# Fetch feature flags from domain landing page +echo "Fetching feature flags from domain..." +python3 /etc/sagemaker-ui/fetch_feature_flags.py || echo "Warning: Failed to fetch feature flags, continuing..." + +set +e + +# Remove the ~/.aws/config file to start clean when space restart +rm -f /home/sagemaker-user/.aws/config +echo "Successfully removed the ~/.aws/config file" + +aws configure set credential_source EcsContainer +echo "Successfully configured default profile" + +# Add region configuration using REGION_NAME environment variable +aws configure set region "${REGION_NAME}" +echo "Successfully configured region to ${REGION_NAME}" + +# add SparkMonitor and Connection Magic entrypoint +NB_USER=sagemaker-user + +config_path=/home/${NB_USER}/.ipython/profile_default/ipython_config.py + +if [ ! -f "$config_path" ] || ! grep -q "sagemaker_studio_dataengineering_sessions" "$config_path"; then + ipython profile create && echo "c.InteractiveShellApp.extensions.extend(['sagemaker_sparkmonitor.kernelextension','sagemaker_studio_dataengineering_sessions.sagemaker_connection_magic'])" >> $config_path + cat << EOT >> "$config_path" +c.Application.logging_config = { + "loggers": { + "": { + "level": "INFO", + # console handler is required to keep the default behavior of jupyter logging. + # https://jupyter-server.readthedocs.io/en/latest/operators/configuring-logging.html + "handlers": ["console"], + }, + }, +} +EOT +fi + +# Add debug call to get domain info +if [ ! -z "$dataZoneEndPoint" ]; then + domain_response=$(aws datazone get-domain --debug --endpoint-url "$dataZoneEndPoint" --identifier "$dataZoneDomainId" --region "$dataZoneDomainRegion" 2>&1) + +else + domain_response=$(aws datazone get-domain --debug --identifier "$dataZoneDomainId" --region "$dataZoneDomainRegion" 2>&1) +fi + +# Check if domain is in express mode +response_body=$(echo "$domain_response" | grep -A1 "Response body:" | tail -n1 | sed 's/^b'\''//;s/'\''$//') +# Remove leading/trailing whitespace and the 'b' prefix +cleaned_response=$(echo "$response_body" | sed 's/\\n//g') +is_express_mode=$(echo "$cleaned_response" | jq -r '((.preferences.DOMAIN_MODE // null) == "EXPRESS") or ((.domainVersion // null) == "V2" and ((.iamSignIns // []) | contains(["IAM_ROLE"]) and contains(["IAM_USER"])))') + +if [ "$is_express_mode" = "true" ]; then + echo "Domain is in express mode. Using default credentials" + if grep -q "^DOMAIN_MODE=" ~/.bashrc; then + echo "DOMAIN_MODE is defined in the env" + else + echo DOMAIN_MODE="EXPRESS" >> ~/.bashrc + echo readonly DOMAIN_MODE >> ~/.bashrc + fi + # Use default credentials - no additional configuration needed + aws configure set credential_source EcsContainer --profile DomainExecutionRoleCreds + echo "Successfully configured DomainExecutionRoleCreds profile with default credentials" +else + echo "Domain is not in express mode" + if grep -q "^DOMAIN_MODE=" ~/.bashrc; then + echo "DOMAIN_MODE is defined in the env" + else + echo DOMAIN_MODE="NON_EXPRESS" >> ~/.bashrc + echo readonly DOMAIN_MODE >> ~/.bashrc + fi + # Setting this to +x to not log credentials from the response of fetching credentials. + set +x + # Note: The $? check immediately follows the sagemaker-studio command to ensure we're checking its exit status. + # Adding commands between these lines could lead to incorrect error handling. + response=$(timeout 30 sagemaker-studio credentials get-domain-execution-role-credential-in-space --domain-id "$dataZoneDomainId" --profile default) + responseStatus=$? + + set -x + + if [ $responseStatus -ne 0 ]; then + echo "Failed to fetch domain execution role credentials. Will skip adding new credentials profile: DomainExecutionRoleCreds." + write_status_to_file "error" "Network issue detected. Your domain may be using a public subnet, which affects IDE functionality. Please contact your admin." + else + aws configure set credential_process "sagemaker-studio credentials get-domain-execution-role-credential-in-space --domain-id $dataZoneDomainId --profile default" --profile DomainExecutionRoleCreds + echo "Successfully configured DomainExecutionRoleCreds profile" + fi +fi + +# Run AWS CLI command to get the username from DataZone User Profile. +if [ ! -z "$dataZoneEndPoint" ]; then + response=$( aws datazone get-user-profile --endpoint-url "$dataZoneEndPoint" --domain-identifier "$dataZoneDomainId" --user-identifier "$dataZoneUserId" --region "$dataZoneDomainRegion" ) +else + response=$( aws datazone get-user-profile --domain-identifier "$dataZoneDomainId" --user-identifier "$dataZoneUserId" --region "$dataZoneDomainRegion" ) +fi + +# Extract the Auth Mode from the response. Unified Studio currently supports IAM, SSO and SAML. +auth_mode=$(echo "$response" | jq -r '.type') + +case "$auth_mode" in + "IAM") + # For IAM users - extract IAM ARN from response. Response does not contain username or email. + arn=$(echo "$response" | jq -r '.details.iam.arn') + # Split ARN by / and return the last field + username=$(echo "$arn" | awk -F'/' '{print $NF}') + email="$arn" + ;; + "SSO"|"SAML") + # For SSO and SAML user, extract username and email if present in response. + username=$(echo "$response" | jq -r '.details.sso.username') + email=$(echo "$response" | jq -r '.details.sso.email') + # Setting up the email as username if email is not present + if [ -z "$email" ] || [ "$email" = "null" ]; then + email="$username" + fi + ;; + *) + echo "Unknown authentication mode: $auth_mode" + exit 1 + ;; +esac + +# Checks if the project is using Git or S3 storage +is_s3_storage() { + getProjectDefaultEnvResponse=$(sagemaker-studio project get-project-default-environment --domain-id "$dataZoneDomainId" --project-id "$dataZoneProjectId" --profile DomainExecutionRoleCreds) + gitConnectionArn=$(echo "$getProjectDefaultEnvResponse" | jq -r '.provisionedResources[] | select(.name=="gitConnectionArn") | .value') + codeRepositoryName=$(echo "$getProjectDefaultEnvResponse" | jq -r '.provisionedResources[] | select(.name=="codeRepositoryName") | .value') + + if [ -z "$gitConnectionArn" ] && [ -z "$codeRepositoryName" ]; then + return 0 + else + return 1 + fi +} + +echo "Checking Project Storage Type" + +# Execute once to store the result +is_s3_storage +is_s3_storage_flag=$? # 0 if S3 storage, 1 if Git + +if [ "$is_s3_storage_flag" -eq 0 ]; then + export IS_GIT_PROJECT=false + export SMUS_PROJECT_DIR="$HOME/shared" + echo "Project is using S3 storage, project directory set to: $SMUS_PROJECT_DIR" +else + export IS_GIT_PROJECT=true + export SMUS_PROJECT_DIR="$HOME/src" + echo "Project is using Git storage, project directory set to: $SMUS_PROJECT_DIR" +fi + +if grep -q "^SMUS_PROJECT_DIR=" ~/.bashrc; then + echo "SMUS_PROJECT_DIR is defined in the env" +else + echo SMUS_PROJECT_DIR="$SMUS_PROJECT_DIR" >> ~/.bashrc + echo readonly SMUS_PROJECT_DIR >> ~/.bashrc +fi + +# Write SMUS_PROJECT_DIR to a JSON file to be accessed by JupyterLab Extensions +mkdir -p "$HOME/.config" # Create config directory if it doesn't exist +jq -n \ + --arg smusProjectDirectory "$SMUS_PROJECT_DIR" \ + --arg isGitProject "$IS_GIT_PROJECT" \ + '{ + smusProjectDirectory: $smusProjectDirectory, + isGitProject: ($isGitProject == "true") + }' > "$HOME/.config/smus-storage-metadata.json" + +if [ $is_s3_storage_flag -ne 0 ]; then + # Creating a directory where the repository will be cloned + mkdir -p "$HOME/src" + + echo "Starting execution of Git Cloning script" + bash /etc/sagemaker-ui/git_clone.sh + + # Setting up the Git identity for the user . + git config --global user.email "$email" + git config --global user.name "$username" + if [ -d "$HOME/shared" ]; then + echo "Git project with /shared folder detected, creating README" + bash /etc/sagemaker-ui/project-storage/create-storage-readme.sh + else + echo "Git project without /shared folder, skipping README creation" + fi +else + echo "Project is using Non-Git storage, skipping git repository setup and ~/src dir creation and creating README" + bash /etc/sagemaker-ui/project-storage/create-storage-readme.sh +fi + +# MLFlow tracking server uses the LOGNAME environment variable to track identity. Set the LOGNAME to the username of the user associated with the space +export LOGNAME=$username +if grep -q "^LOGNAME=" ~/.bashrc; then + echo "LOGNAME is defined in the env" +else + echo LOGNAME=$username >> ~/.bashrc + echo readonly LOGNAME >> ~/.bashrc +fi + +# Setup Q CLI auth mode +q_settings_file="$HOME/.aws/amazon_q/settings.json" +if [ -f "$q_settings_file" ]; then + q_auth_mode=$(jq -r '.auth_mode' < $q_settings_file) + if [ "$q_auth_mode" == "IAM" ]; then + export AMAZON_Q_SIGV4=true + else + export AMAZON_Q_SIGV4=false + fi +else + export AMAZON_Q_SIGV4=true +fi + +if $AMAZON_Q_SIGV4; then + if grep -q "^export AMAZON_Q_SIGV4=" ~/.bashrc; then + echo "AMAZON_Q_SIGV4 is defined in the env" + else + echo export AMAZON_Q_SIGV4=$AMAZON_Q_SIGV4 >> ~/.bashrc + fi +else + # Remove from .bashrc if it exists + sed -i '/^export AMAZON_Q_SIGV4=/d' ~/.bashrc +fi + +# Setup Q CLI telemetry +if [ "${SAGEMAKER_APP_TYPE_LOWERCASE}" = "jupyterlab" ]; then + q_cli_client_application="SMUS_JUPYTER_LAB" +else + q_cli_client_application="SMUS_CODE_EDITOR" +fi +if [ "$is_express_mode" = "true" ]; then + q_cli_client_application="${q_cli_client_application}_EXPRESS" +fi + +if grep -q "^export Q_CLI_CLIENT_APPLICATION=" ~/.bashrc; then + echo Q_CLI_CLIENT_APPLICATION is defined in the env +else + echo export Q_CLI_CLIENT_APPLICATION=$q_cli_client_application >> ~/.bashrc + echo readonly Q_CLI_CLIENT_APPLICATION >> ~/.bashrc +fi + +# Setup SageMaker MCP configuration +echo "Setting up SageMaker MCP configuration..." +mkdir -p $HOME/.aws/amazonq/ +target_file="$HOME/.aws/amazonq/mcp.json" +source_file="/etc/sagemaker-ui/sagemaker-mcp/mcp.json" + +if [ -f "$source_file" ]; then + # Extract all servers from source configuration + if [ -f "$target_file" ]; then + # Target file exists - merge configurations + echo "Existing MCP configuration found, merging configurations..." + + # Check if it's valid JSON first + if jq empty "$target_file" 2>/dev/null; then + # Initialize mcpServers object if it doesn't exist + if ! jq -e '.mcpServers' "$target_file" >/dev/null 2>&1; then + echo "Creating mcpServers object in existing configuration" + jq '. + {"mcpServers":{}}' "$target_file" > "$target_file.tmp" + mv "$target_file.tmp" "$target_file" + fi + + servers=$(jq '.mcpServers | keys[]' "$source_file" | tr -d '"') + + # Add each server from source to target if it doesn't exist + for server in $servers; do + if ! jq -e ".mcpServers.\"$server\"" "$target_file" >/dev/null 2>&1; then + server_config=$(jq ".mcpServers.\"$server\"" "$source_file") + jq --arg name "$server" --argjson config "$server_config" \ + '.mcpServers[$name] = $config' "$target_file" > "$target_file.tmp" + mv "$target_file.tmp" "$target_file" + echo "Added server '$server' to existing configuration" + else + echo "Server '$server' already exists in configuration" + fi + done + else + echo "Warning: Existing MCP configuration is not valid JSON, replacing with default configuration" + cp "$source_file" "$target_file" + fi + else + # File doesn't exist, copy our configuration + cp "$source_file" "$target_file" + echo "Created new MCP configuration with default servers" + fi + # Replace AWS_REGION_NAME placeholder with actual region name + echo "Updating MCP configuration with AWS Region $REGION_NAME..." + sed -i "s/AWS_REGION_NAME/$REGION_NAME/g" "$target_file" + echo "Successfully added AWS Region $REGION_NAME to $target_file" + echo "Successfully configured MCP for SageMaker" +else + echo "Warning: MCP configuration file not found at $source_file" +fi + +# Migrating MCP configuration to new config file +echo "Migrating MCP configuration to Amazon Q agents..." +agents_target_file="$HOME/.aws/amazonq/agents/default.json" +agents_source_file="/etc/sagemaker-ui/sagemaker-mcp/default.json" + +if [ -f "$agents_source_file" ]; then + mkdir -p "$HOME/.aws/amazonq/agents/" + + if [ -f "$agents_target_file" ]; then + echo "Existing Amazon Q agents configuration found, merging mcpServers..." + + # Check if target file is valid JSON + if jq empty "$agents_target_file" 2>/dev/null; then + # Initialize mcpServers object if it doesn't exist in target + if ! jq -e '.mcpServers' "$agents_target_file" >/dev/null 2>&1; then + echo "Creating mcpServers object in existing agents configuration" + jq '. + {"mcpServers":{}}' "$agents_target_file" > "$agents_target_file.tmp" + mv "$agents_target_file.tmp" "$agents_target_file" + fi + + # Add servers from source that don't exist in target and update tools + if jq -e '.mcpServers' "$agents_source_file" >/dev/null 2>&1; then + source_server_names=$(jq -r '.mcpServers | keys[]' "$agents_source_file") + + for server_name in $source_server_names; do + if ! jq -e ".mcpServers.\"$server_name\"" "$agents_target_file" >/dev/null 2>&1; then + # Server doesn't exist in target - add it + server_config=$(jq ".mcpServers.\"$server_name\"" "$agents_source_file") + jq --arg name "$server_name" --argjson config "$server_config" \ + '.mcpServers[$name] = $config' "$agents_target_file" > "$agents_target_file.tmp" + mv "$agents_target_file.tmp" "$agents_target_file" + echo "Added server '$server_name' to agents configuration" + + # Check if source has tools that reference this server and add them + server_tool_ref="@$server_name" + if jq -e --arg tool "$server_tool_ref" '.tools | index($tool)' "$agents_source_file" >/dev/null 2>&1; then + # Initialize tools array if it doesn't exist + if ! jq -e '.tools' "$agents_target_file" >/dev/null 2>&1; then + jq '. + {"tools":[]}' "$agents_target_file" > "$agents_target_file.tmp" + mv "$agents_target_file.tmp" "$agents_target_file" + fi + + # Add tool reference if it doesn't exist + if ! jq -e --arg tool "$server_tool_ref" '.tools | index($tool)' "$agents_target_file" >/dev/null 2>&1; then + jq --arg tool "$server_tool_ref" '.tools += [$tool]' "$agents_target_file" > "$agents_target_file.tmp" + mv "$agents_target_file.tmp" "$agents_target_file" + echo "Added tool reference '$server_tool_ref' to agents configuration" + fi + fi + else + echo "Server '$server_name' already exists in configuration, skipping" + fi + done + # Replace AWS_REGION_NAME placeholder with actual region name + echo "Updating MCP configuration with AWS Region $REGION_NAME..." + sed -i "s/AWS_REGION_NAME/$REGION_NAME/g" "$agents_target_file" + echo "Successfully added AWS Region $REGION_NAME to $agents_target_file" + echo "Successfully added missing mcpServers and tools from default.json to agents configuration" + else + echo "No mcpServers found in source configuration" + fi + else + echo "Warning: Existing agents configuration is not valid JSON, replacing with default configuration" + cp "$agents_source_file" "$agents_target_file" + fi + else + cp "$agents_source_file" "$agents_target_file" + echo "Created new Amazon Q agents configuration file" + fi + + echo "Successfully migrated MCP configuration to Amazon Q agents" +else + echo "Warning: Source configuration file not found at $agents_source_file" +fi + +# Generate sagemaker pysdk intelligent default config +nohup python /etc/sagemaker/sm_pysdk_default_config.py & +# Only run the following commands if SAGEMAKER_APP_TYPE_LOWERCASE is jupyterlab and domain is not in express mode +if [ "${SAGEMAKER_APP_TYPE_LOWERCASE}" = "jupyterlab" ] && [ "$is_express_mode" != "true" ]; then + # clean up gen ai debugging file + rm -rf "$SMUS_PROJECT_DIR/.temp_sagemaker_unified_studio_debugging_info" + + # Create workflows resources (directories, config files, sample DAG) + bash /etc/sagemaker-ui/workflows/create-workflows-resources.sh || echo "Warning: workflows resource creation failed, continuing..." + + # ensure functions inherit traps and fail immediately + set -eE + + # write unexpected error to file if any of the remaining scripts fail. + trap 'write_status_to_file "error" "An unexpected error occurred. Please stop and restart your space to retry."' ERR + + # Install conda and pip dependencies if lib mgmt config existing + bash /etc/sagemaker-ui/libmgmt/install-lib.sh + + # Install sm-spark-cli + bash /etc/sagemaker-ui/workflows/sm-spark-cli-install.sh || echo "Warning: sm-spark-cli installation failed, continuing..." +fi + +# Execute network validation script, to check if any required AWS Services are unreachable +echo "Starting network validation script..." + +network_validation_file="/tmp/.network_validation.json" + +# Run the validation script; only if it succeeds, check unreachable services +if bash /etc/sagemaker-ui/network_validation.sh "$is_s3_storage_flag" "$network_validation_file"; then + # Read unreachable services from JSON file + failed_services=$(jq -r '.UnreachableServices // empty' "$network_validation_file" || echo "") + if [[ -n "$failed_services" ]]; then + # Count number of services by splitting on comma + IFS=',' read -ra failed_array <<< "$failed_services" + count=${#failed_array[@]} + verb="are" + [[ "$count" -eq 1 ]] && verb="is" + + error_message="$failed_services $verb unreachable. Please contact your admin." + # Example error message: Redshift Clusters, Athena, STS, Glue are unreachable. Please contact your admin. + write_status_to_file "error" "$error_message" + echo "$error_message" + fi +else + echo "Warning: network_validation.sh failed, skipping unreachable services check." +fi + +write_status_to_file_on_script_complete diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/set_code_editor_theme.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/set_code_editor_theme.sh new file mode 100755 index 000000000..f295052c5 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/set_code_editor_theme.sh @@ -0,0 +1,23 @@ +#!/bin/bash +set -e + +USER_SETTINGS_FILE="/home/sagemaker-user/sagemaker-code-editor-server-data/data/User/settings.json" +COLOR_THEME_KEY="workbench.colorTheme" +COLOR_THEME_VALUE="Default Dark Modern" + +# Check if the settings file exists +if [ ! -f "$USER_SETTINGS_FILE" ]; then + echo "Code Editor user settings file not found. Creating..." + mkdir -p "$(dirname "$USER_SETTINGS_FILE")" + echo "{}" > "$USER_SETTINGS_FILE" +fi + +EXISTING_COLOR_THEME_VALUE=$(jq -r --arg key "$COLOR_THEME_KEY" '.[$key] // empty' "$USER_SETTINGS_FILE") + +if [[ -n "$EXISTING_COLOR_THEME_VALUE" ]]; then + echo "Theme is already set in user settings as '$EXISTING_COLOR_THEME_VALUE'. No changes made." +else + # Set theme + jq --arg key "$COLOR_THEME_KEY" --arg value "$COLOR_THEME_VALUE" '.[$key] = $value' "$USER_SETTINGS_FILE" > "${USER_SETTINGS_FILE}.tmp" && mv "${USER_SETTINGS_FILE}.tmp" "$USER_SETTINGS_FILE" + echo "Successfully set Code Editor theme to '$COLOR_THEME_VALUE'." +fi diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/create-workflows-resources.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/create-workflows-resources.sh new file mode 100644 index 000000000..ced1963d7 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/create-workflows-resources.sh @@ -0,0 +1,95 @@ +#!/bin/bash +set -eu + +# Get project directory based on storage type +PROJECT_DIR=${SMUS_PROJECT_DIR:-"$HOME/src"} +if [ -z "${SMUS_PROJECT_DIR:-}" ]; then + MOUNT_DIR=$PROJECT_DIR +else + MOUNT_DIR=$(readlink -f "$PROJECT_DIR") # get the symlink source +fi + +# Datazone project metadata +RESOURCE_METADATA_FILE=/opt/ml/metadata/resource-metadata.json + +DZ_DOMAIN_ID=$(jq -r '.AdditionalMetadata.DataZoneDomainId' < $RESOURCE_METADATA_FILE) +DZ_PROJECT_ID=$(jq -r '.AdditionalMetadata.DataZoneProjectId' < $RESOURCE_METADATA_FILE) +DZ_ENV_ID=$(jq -r '.AdditionalMetadata.DataZoneEnvironmentId' < $RESOURCE_METADATA_FILE) +DZ_DOMAIN_REGION=$(jq -r '.AdditionalMetadata.DataZoneDomainRegion' < $RESOURCE_METADATA_FILE) +DZ_ENDPOINT=$(jq -r '.AdditionalMetadata.DataZoneEndpoint' < $RESOURCE_METADATA_FILE) +DZ_PROJECT_S3PATH=$(jq -r '.AdditionalMetadata.ProjectS3Path' < $RESOURCE_METADATA_FILE) + +# Workflows paths in JL +WORKFLOW_DAG_PATH="${PROJECT_DIR}/workflows/dags" +WORKFLOW_CONFIG_PATH="${PROJECT_DIR}/workflows/config" +WORKFLOW_DB_DATA_PATH="$HOME/.workflows_setup/db-data" +WORKFLOW_REQUIREMENTS_PATH="$HOME/.workflows_setup/requirements/" +WORKFLOW_PLUGINS_PATH="$HOME/.workflows_setup/plugins" +WORKFLOW_STARTUP_PATH="$HOME/.workflows_setup/startup/" +WORKFLOW_ARTIFACTS_SOURCE_DIR="/etc/sagemaker-ui/workflows" +WORKFLOW_PLUGINS_SOURCE_PATH="${WORKFLOW_ARTIFACTS_SOURCE_DIR}/plugins/*.whl" +WORKFLOW_REQUIREMENTS_SOURCE_PATH="${WORKFLOW_ARTIFACTS_SOURCE_DIR}/requirements/requirements.txt" +WORKFLOW_OUTPUT_PATH="$HOME/jobs" +USER_REQUIREMENTS_FILE="${WORKFLOW_CONFIG_PATH}/requirements.txt" +USER_PLUGINS_FOLDER="${WORKFLOW_CONFIG_PATH}/plugins" +USER_STARTUP_FILE="${WORKFLOW_CONFIG_PATH}/startup.sh" + +# Only proceed if Workflows blueprint is enabled +if [ "$(python /etc/sagemaker-ui/workflows/workflow_client.py check-blueprint --region "$DZ_DOMAIN_REGION" --domain-id "$DZ_DOMAIN_ID" --endpoint "$DZ_ENDPOINT" --project-id "$DZ_PROJECT_ID")" = "False" ]; then + echo "Workflows blueprint is not enabled. Skipping workflows resource creation." + exit 0 +fi + +# Create necessary directories +mkdir -p $WORKFLOW_DAG_PATH +mkdir -p $WORKFLOW_CONFIG_PATH +mkdir -p $WORKFLOW_DB_DATA_PATH +mkdir -p $WORKFLOW_REQUIREMENTS_PATH +mkdir -p $WORKFLOW_PLUGINS_PATH +mkdir -p $WORKFLOW_STARTUP_PATH +mkdir -p $WORKFLOW_OUTPUT_PATH + +# Copy sample dag if it does not exist +cp -n "/etc/sagemaker-ui/workflows/sample_dag.py" "${WORKFLOW_DAG_PATH}/" + +# Create .airflowignore file +cat >>"$WORKFLOW_DAG_PATH/.airflowignore" <<'END' +.ipynb_checkpoints +END + +# Copy plugins from conda +cp $WORKFLOW_PLUGINS_SOURCE_PATH $WORKFLOW_PLUGINS_PATH + +# Copy requirements from conda +cp $WORKFLOW_REQUIREMENTS_SOURCE_PATH $WORKFLOW_REQUIREMENTS_PATH + +# Copy system startup +cp /etc/sagemaker-ui/workflows/startup/startup.sh $WORKFLOW_STARTUP_PATH + +# Append user's custom startup script, if exists +if [ -f $USER_STARTUP_FILE ]; then + tail -n +2 $USER_STARTUP_FILE >> "${WORKFLOW_STARTUP_PATH}startup.sh" +else + # Give the user a template startup script + echo "#!/bin/bash" > "${USER_STARTUP_FILE}" + echo "# Place any special instructions you'd like run during your workflows environment startup here" >> "${USER_STARTUP_FILE}" + echo "# Note that you will need to restart your space for changes to take effect." >> "${USER_STARTUP_FILE}" + echo "# For example:" >> "${USER_STARTUP_FILE}" + echo "# pip install dbt-core" >> "${USER_STARTUP_FILE}" +fi + +# Append user's custom requirements, if exists +if [ -f $USER_REQUIREMENTS_FILE ]; then + cat $USER_REQUIREMENTS_FILE >> "${WORKFLOW_REQUIREMENTS_PATH}requirements.txt" +else + # Give the user a template requirements.txt file + echo "# Place any requirements you'd like included in your workflows environment here" > "${USER_REQUIREMENTS_FILE}" + echo "# Note that you will need to restart your space for changes to take effect." >> "${USER_REQUIREMENTS_FILE}" + echo "# For example:" >> "${USER_REQUIREMENTS_FILE}" + echo "# numpy==1.26.4" >> "${USER_REQUIREMENTS_FILE}" +fi + +# Copy over any user-specified plugins, if they exist +if [ -d $USER_PLUGINS_FOLDER ]; then + cp -r $USER_PLUGINS_FOLDER/* $WORKFLOW_PLUGINS_PATH +fi diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/plugins/amzn_SagemakerWorkflowsOperator-1.0-py3-none-any.whl b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/plugins/amzn_SagemakerWorkflowsOperator-1.0-py3-none-any.whl new file mode 100644 index 0000000000000000000000000000000000000000..4534b97bebd85fa902530bde53cea79d1de0258c GIT binary patch literal 23091 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 L*f{su0bTtM)l>^{ literal 0 HcmV?d00001 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/plugins/amzn_sagemaker_studio-1.0.26-py3-none-any.whl b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/plugins/amzn_sagemaker_studio-1.0.26-py3-none-any.whl new file mode 100644 index 0000000000000000000000000000000000000000..aea69bc037ea54bc781bcbc9cf4a7ed0dc7066d4 GIT binary patch literal 307408 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%0Duky0D$#hOKfjzXleJa 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
qtcEl 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 HCFuVEJHrtj literal 0 HcmV?d00001 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/requirements/requirements.txt b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/requirements/requirements.txt new file mode 100644 index 000000000..2b182b0c3 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/requirements/requirements.txt @@ -0,0 +1,7 @@ +--find-links /usr/local/airflow/plugins +--no-index + +amzn_sagemaker_studio +amzn_SagemakerWorkflowsOperator + + diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sample_dag.py b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sample_dag.py new file mode 100644 index 000000000..aa3fc2f14 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sample_dag.py @@ -0,0 +1,18 @@ +from airflow.decorators import dag +from airflow.operators.bash import BashOperator + +default_args = { + "owner": "airflow", +} + + +@dag(default_args=default_args, tags=["sample"]) +def sample_dag(): + def sample_task(): + _task = BashOperator(task_id="hello_world", bash_command="echo 'hello world!'") + return _task + + task = sample_task() + + +sample_dag = sample_dag() diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sm-spark-cli-install.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sm-spark-cli-install.sh new file mode 100755 index 000000000..9b3918e74 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sm-spark-cli-install.sh @@ -0,0 +1,18 @@ +#!/bin/bash +RESOURCE_METADATA_FILE=/opt/ml/metadata/resource-metadata.json +DZ_DOMAIN_ID=$(jq -r '.AdditionalMetadata.DataZoneDomainId' < $RESOURCE_METADATA_FILE) +DZ_PROJECT_ID=$(jq -r '.AdditionalMetadata.DataZoneProjectId' < $RESOURCE_METADATA_FILE) +DZ_DOMAIN_REGION=$(jq -r '.AdditionalMetadata.DataZoneDomainRegion' < $RESOURCE_METADATA_FILE) +DZ_ENDPOINT=$(jq -r '.AdditionalMetadata.DataZoneEndpoint' < $RESOURCE_METADATA_FILE) + +# install sm-spark-cli if workflows blueprint is enabled +if [ "$(python /etc/sagemaker-ui/workflows/workflow_client.py check-blueprint --region "$DZ_DOMAIN_REGION" --domain-id "$DZ_DOMAIN_ID" --endpoint "$DZ_ENDPOINT" --project-id "$DZ_PROJECT_ID")" = "True" ]; then + echo "Workflows blueprint is enabled. Installing sm-spark-cli." + # install sm-spark-cli + sudo curl -LO https://github.com/aws-samples/amazon-sagemaker-spark-ui/releases/download/v0.9.1/amazon-sagemaker-spark-ui.tar.gz && \ + sudo tar -xvzf amazon-sagemaker-spark-ui.tar.gz && \ + sudo chmod +x amazon-sagemaker-spark-ui/install-scripts/studio/install-history-server.sh && \ + sudo amazon-sagemaker-spark-ui/install-scripts/studio/install-history-server.sh && \ + rm -rf ~/.m2 && \ + sudo rm -rf amazon-sagemaker-spark-ui* +fi \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sm_init_script.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sm_init_script.sh new file mode 100755 index 000000000..57a4616fa --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/sm_init_script.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +# Create a default aws profile in SM training container +aws configure set credential_source EcsContainer + +# Create a default ipython profile and load extensions in SM processing container +NB_USER=sagemaker-user +config_path=/home/${NB_USER}/.ipython/profile_default/ipython_config.py +# SparkMonitor Widget and Connection Magic - create entrypoint +if [ ! -f "$config_path" ] || ! grep -q "sagemaker_studio_dataengineering_sessions" "$config_path"; then + ipython profile create && echo "c.InteractiveShellApp.extensions.extend(['sagemaker_sparkmonitor.kernelextension','sagemaker_studio_dataengineering_sessions.sagemaker_connection_magic'])" >> $config_path + cat << EOT >> "$config_path" +c.Application.logging_config = { + "loggers": { + "": { + "level": "INFO", + # console handler is required to keep the default behavior of jupyter logging. + # https://jupyter-server.readthedocs.io/en/latest/operators/configuring-logging.html + "handlers": ["console"], + }, + }, +} +EOT +fi \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/startup/startup.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/startup/startup.sh new file mode 100755 index 000000000..829303ea5 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/startup/startup.sh @@ -0,0 +1,3 @@ +#!/bin/sh + + diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/workflow_client.py b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/workflow_client.py new file mode 100644 index 000000000..5c47e9536 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/workflows/workflow_client.py @@ -0,0 +1,77 @@ +import argparse + +import boto3 + + +def check_blueprint(region: str, domain_id: str, endpoint: str, project_id: str, **kwargs): + DZ_CLIENT = boto3.client("datazone") + # add correct endpoint for gamma env + if endpoint != "": + DZ_CLIENT = boto3.client("datazone", endpoint_url=endpoint) + try: + # check if workflows blueprint is enabled in project profile + project_profile_id = DZ_CLIENT.get_project(domainIdentifier=domain_id, identifier=project_id)[ + "projectProfileId" + ] + project_blueprints = DZ_CLIENT.get_project_profile(domainIdentifier=domain_id, identifier=project_profile_id)[ + "environmentConfigurations" + ] + proj_blueprint_ids = [proj_env_config["environmentBlueprintId"] for proj_env_config in project_blueprints] + blueprint_id = DZ_CLIENT.list_environment_blueprints( + managed=True, domainIdentifier=domain_id, name="Workflows" + )["items"][0]["id"] + + if blueprint_id in proj_blueprint_ids: + blueprint_config = DZ_CLIENT.get_environment_blueprint_configuration( + domainIdentifier=domain_id, environmentBlueprintIdentifier=blueprint_id + ) + enabled_regions = blueprint_config["enabledRegions"] + print(str(region in enabled_regions)) + else: + print("False") + except: + # fallback to checking if only workflows blueprint exists + try: + blueprint_id = DZ_CLIENT.list_environment_blueprints( + managed=True, domainIdentifier=domain_id, name="Workflows" + )["items"][0]["id"] + blueprint_config = DZ_CLIENT.get_environment_blueprint_configuration( + domainIdentifier=domain_id, environmentBlueprintIdentifier=blueprint_id + ) + enabled_regions = blueprint_config["enabledRegions"] + print(str(region in enabled_regions)) + except: + print("False") + + +COMMAND_REGISTRY = { + "check-blueprint": check_blueprint, +} + + +def main(): + parser = argparse.ArgumentParser(description="Workflow blueprint checker") + subparsers = parser.add_subparsers(dest="command", help="Available commands") + + check_blueprint_parser = subparsers.add_parser("check-blueprint", help="Check Workflows blueprint") + check_blueprint_parser.add_argument( + "--domain-id", type=str, required=True, help="Datazone Domain ID for blueprint check" + ) + check_blueprint_parser.add_argument("--region", type=str, required=True, help="Datazone Domain region") + check_blueprint_parser.add_argument( + "--endpoint", type=str, required=True, help="Datazone endpoint for blueprint check" + ) + check_blueprint_parser.add_argument( + "--project-id", type=str, required=True, help="Datazone Project ID for blueprint check" + ) + + args = parser.parse_args() + + if args.command in COMMAND_REGISTRY: + COMMAND_REGISTRY[args.command](**vars(args)) + else: + parser.print_help() + + +if __name__ == "__main__": + main() diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker/sm_pysdk_default_config.py b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker/sm_pysdk_default_config.py new file mode 100644 index 000000000..2abb7c136 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker/sm_pysdk_default_config.py @@ -0,0 +1,113 @@ +import json +import os +import re + +import yaml + + +def generate_intelligent_default_config(metadata: str) -> dict: + has_vpc = ( + metadata["SecurityGroupIds"] + and metadata["Subnets"] + and metadata["SecurityGroupIds"] != [""] + and metadata["Subnets"] != [""] + ) + + config = { + "SchemaVersion": "1.0", + "SageMaker": { + "PythonSDK": { + "Modules": { + "Session": { + "DefaultS3Bucket": metadata["S3Bucket"], + "DefaultS3ObjectKeyPrefix": metadata["S3ObjectKeyPrefix"], + }, + "RemoteFunction": { + "IncludeLocalWorkDir": True, + }, + "NotebookJob": { + "RoleArn": metadata["UserRoleArn"], + "S3RootUri": f"s3://{metadata['S3Bucket']}/{metadata['S3ObjectKeyPrefix']}", + }, + "Serve": {"S3ModelDataUri": f"s3://{metadata['S3Bucket']}/{metadata['S3ObjectKeyPrefix']}"}, + } + }, + "Pipeline": {"RoleArn": metadata["UserRoleArn"]}, + "Model": {"ExecutionRoleArn": metadata["UserRoleArn"]}, + "ModelPackage": {"ValidationSpecification": {"ValidationRole": metadata["UserRoleArn"]}}, + "ProcessingJob": {"RoleArn": metadata["UserRoleArn"]}, + "TrainingJob": { + "RoleArn": metadata["UserRoleArn"], + "Environment": { + "BOTOCORE_EXPERIMENTAL__PLUGINS": "S3AccessGrantsPlugin=aws_s3_access_grants_boto3_plugin.s3_access_grants_plugin" + }, + }, + }, + } + + if has_vpc: + vpc_config = {"SecurityGroupIds": metadata["SecurityGroupIds"], "Subnets": metadata["Subnets"]} + config["SageMaker"]["PythonSDK"]["Modules"]["RemoteFunction"]["VpcConfig"] = vpc_config + config["SageMaker"]["PythonSDK"]["Modules"]["NotebookJob"]["VpcConfig"] = vpc_config + config["SageMaker"]["MonitoringSchedule"] = { + "MonitoringScheduleConfig": {"MonitoringJobDefinition": {"NetworkConfig": {"VpcConfig": vpc_config}}} + } + config["SageMaker"]["AutoMLJob"] = {"AutoMLJobConfig": {"SecurityConfig": {"VpcConfig": vpc_config}}} + config["SageMaker"]["AutoMLJobV2"] = {"SecurityConfig": {"VpcConfig": vpc_config}} + config["SageMaker"]["CompilationJob"] = {"VpcConfig": vpc_config} + config["SageMaker"]["Model"]["VpcConfig"] = vpc_config + config["SageMaker"]["ProcessingJob"]["NetworkConfig"] = {"VpcConfig": vpc_config} + config["SageMaker"]["TrainingJob"]["VpcConfig"] = vpc_config + + return config + + +if __name__ == "__main__": + try: + config = {} + resource_metadata = "/opt/ml/metadata/resource-metadata.json" + + PROJECT_S3_PATH = "ProjectS3Path" + SECURITY_GROUP = "SecurityGroup" + PRIVATE_SUBNETS = "PrivateSubnets" + META_DATA = "AdditionalMetadata" + EXECUTION_ROLE_ARN = "ExecutionRoleArn" + CONFIG_FILE_NAME = "config.yaml" + CONFIG_DIR = "/etc/xdg/sagemaker/" + + if os.path.exists(resource_metadata): + with open(resource_metadata, "r") as file: + data = json.load(file) + + s3_path = data[META_DATA].get(PROJECT_S3_PATH, "") + metadata = { + # user provided bucket + "S3Bucket": re.search(r"s3://([^/]+)/", s3_path).group(1), + # ${datazoneEnvironmentDomainId}/${datazoneEnvironmentProjectId}/${datazoneScopeName}/ + "S3ObjectKeyPrefix": s3_path.split("//")[1].split("/", 1)[1], + # TODO: Is this a billing concern if set default + # 'InstanceType': 'ml.m5.xlarge', + "SecurityGroupIds": data[META_DATA].get(SECURITY_GROUP, "").split(","), + "Subnets": data[META_DATA].get(PRIVATE_SUBNETS, "").split(","), + "UserRoleArn": data[EXECUTION_ROLE_ARN], + } + + # Not create config file when invalid value exists in metadata + empty_values = [ + key + for key, value in metadata.items() + if key not in ["SecurityGroupIds", "Subnets"] and (value == "" or value == [""]) + ] + if empty_values: + raise AttributeError(f"There are empty values in the metadata: {empty_values}") + + config = generate_intelligent_default_config(metadata) + else: + raise FileNotFoundError("No resource-metadata.json exists on host!") + + # Write the config YAML file to default location of the admin config file + with open(os.path.join(CONFIG_DIR, CONFIG_FILE_NAME), "w") as f: + yaml.dump(config, f, default_flow_style=False, sort_keys=False) + + except Exception as e: + print(f"Error: {e}, SageMaker PySDK intelligent config file is not valid!") diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-code-editor.conf b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-code-editor.conf new file mode 100644 index 000000000..58e187d02 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-code-editor.conf @@ -0,0 +1,12 @@ +[include] +files = supervisord-common.conf + +[program:codeeditorserver] +directory=%(ENV_HOME)s +command=start-code-editor +autostart=true +autorestart=true +stdout_logfile=/dev/fd/1 ; Redirect web server logs to stdout +stderr_logfile=/dev/fd/1 +stdout_logfile_maxbytes = 0 ; Fix: https://github.com/Supervisor/supervisor/issues/935 +stderr_logfile_maxbytes = 0 ; Fix: https://github.com/Supervisor/supervisor/issues/935 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-common.conf b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-common.conf new file mode 100644 index 000000000..27820d4c4 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-common.conf @@ -0,0 +1,18 @@ +[supervisord] +nodaemon=true + +pidfile=/var/run/supervisord/supervisord.pid +logfile=%(ENV_STUDIO_LOGGING_DIR)s/%(ENV_SAGEMAKER_APP_TYPE_LOWERCASE)s/supervisord/supervisord.log +logfile_maxbytes=5MB +logfile_backups=10 +redirect_stderr=true + +[unix_http_server] +file=/var/run/supervisord/supervisor.sock +chmod=0700 + +[supervisorctl] +serverurl=unix:///var/run/supervisord/supervisor.sock + +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-jupyter-lab.conf b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-jupyter-lab.conf new file mode 100644 index 000000000..5694ac116 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-jupyter-lab.conf @@ -0,0 +1,11 @@ +[include] +files = supervisord-common.conf + +[program:jupyterlabserver] +directory=%(ENV_HOME)s +command=start-jupyter-server +stopasgroup=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui-code-editor.conf b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui-code-editor.conf new file mode 100644 index 000000000..41dec7fe1 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui-code-editor.conf @@ -0,0 +1,28 @@ +[supervisord] +nodaemon=true + +pidfile=/var/run/supervisord/supervisord.pid +logfile=%(ENV_STUDIO_LOGGING_DIR)s/%(ENV_SAGEMAKER_APP_TYPE_LOWERCASE)s/supervisord/supervisord.log +logfile_maxbytes=5MB +logfile_backups=10 +redirect_stderr=true + +[unix_http_server] +file=/var/run/supervisord/supervisor.sock +chmod=0700 + +[supervisorctl] +serverurl=unix:///var/run/supervisord/supervisor.sock + +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface + +[program:codeeditorserver] +directory=%(ENV_HOME)s +command=start-sagemaker-ui-code-editor +autostart=true +autorestart=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui-default.conf b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui-default.conf new file mode 100644 index 000000000..13ffc89f3 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui-default.conf @@ -0,0 +1,27 @@ +[supervisord] +nodaemon=true + +pidfile=/var/run/supervisord/supervisord.pid +logfile=%(ENV_STUDIO_LOGGING_DIR)s/%(ENV_SAGEMAKER_APP_TYPE_LOWERCASE)s/supervisord/supervisord.log +logfile_maxbytes=5MB +logfile_backups=10 +redirect_stderr=true + +[unix_http_server] +file=/var/run/supervisord/supervisor.sock +chmod=0700 + +[supervisorctl] +serverurl=unix:///var/run/supervisord/supervisor.sock + +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface + +[program:jupyterlabserver] +directory=%(ENV_HOME)s +command=start-sagemaker-ui-default-jupyter-server +stopasgroup=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui.conf b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui.conf new file mode 100644 index 000000000..9447374e3 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord-sagemaker-ui.conf @@ -0,0 +1,27 @@ +[supervisord] +nodaemon=true + +pidfile=/var/run/supervisord/supervisord.pid +logfile=%(ENV_STUDIO_LOGGING_DIR)s/%(ENV_SAGEMAKER_APP_TYPE_LOWERCASE)s/supervisord/supervisord.log +logfile_maxbytes=5MB +logfile_backups=10 +redirect_stderr=true + +[unix_http_server] +file=/var/run/supervisord/supervisor.sock +chmod=0700 + +[supervisorctl] +serverurl=unix:///var/run/supervisord/supervisor.sock + +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface + +[program:jupyterlabserver] +directory=%(ENV_HOME)s +command=start-sagemaker-ui-jupyter-server +stopasgroup=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord.conf b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord.conf new file mode 100644 index 000000000..686f4a5c4 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/supervisor/conf.d/supervisord.conf @@ -0,0 +1,27 @@ +[supervisord] +nodaemon=true + +pidfile=/var/run/supervisord/supervisord.pid +logfile=%(ENV_STUDIO_LOGGING_DIR)s/%(ENV_SAGEMAKER_APP_TYPE_LOWERCASE)s/supervisord/supervisord.log +logfile_maxbytes=5MB +logfile_backups=10 +redirect_stderr=true + +[unix_http_server] +file=/var/run/supervisord/supervisor.sock +chmod=0700 + +[supervisorctl] +serverurl=unix:///var/run/supervisord/supervisor.sock + +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface + +[program:jupyterlabserver] +directory=%(ENV_HOME)s +command=start-jupyter-server +stopasgroup=true +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-code-editor b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-code-editor new file mode 100755 index 000000000..bf55a3713 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-code-editor @@ -0,0 +1,16 @@ +#!/bin/bash + +set -e + +# Generate and execute the shell code to modifies shell variables to include +# micromamba commands (e.g. using `micromamba activate` to activate environments) +eval "$(micromamba shell hook --shell=bash)" + +# Activate conda environment 'base', where supervisord is installed +micromamba activate base + +# Set up SAGEMAKER_APP_TYPE_LOWERCASE based on SAGEMAKER_APP_TYPE +export SAGEMAKER_APP_TYPE_LOWERCASE=$(echo $SAGEMAKER_APP_TYPE | tr '[:upper:]' '[:lower:]') + +mkdir -p $STUDIO_LOGGING_DIR/$SAGEMAKER_APP_TYPE_LOWERCASE/supervisord +exec supervisord -c /etc/supervisor/conf.d/supervisord-code-editor.conf -n diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-jupyter-server b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-jupyter-server new file mode 100755 index 000000000..5b8c3ad4a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-jupyter-server @@ -0,0 +1,25 @@ +#!/bin/bash + +set -e + +# Generate and execute the shell code to modifies shell variables to include +# micromamba commands (e.g. using `micromamba activate` to activate environments) +eval "$(micromamba shell hook --shell=bash)" + +if [ -n "$SAGEMAKER_RECOVERY_MODE" ]; then + export HOME=$SAGEMAKER_RECOVERY_MODE_HOME + # Activate conda environment `sagemaker-recovery-mode` + micromamba activate sagemaker-recovery-mode +else + # Activate conda environment 'base' + micromamba activate base +fi + +# Set up SAGEMAKER_APP_TYPE_LOWERCASE based on SAGEMAKER_APP_TYPE +export SAGEMAKER_APP_TYPE_LOWERCASE=$(echo $SAGEMAKER_APP_TYPE | tr '[:upper:]' '[:lower:]') + +# Start supervisord with supervisord configuration +# Since program 'jupyterlabserver' autostarts by default, it will be started +# automatically along with supervisord +mkdir -p $STUDIO_LOGGING_DIR/$SAGEMAKER_APP_TYPE_LOWERCASE/supervisord +exec supervisord -c /etc/supervisor/conf.d/supervisord.conf -n diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-sagemaker-ui-code-editor b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-sagemaker-ui-code-editor new file mode 100755 index 000000000..9217669a1 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-sagemaker-ui-code-editor @@ -0,0 +1,19 @@ +#!/bin/bash + +set -e + +# Generate and execute the shell code to modifies shell variables to include +# micromamba commands (e.g. using `micromamba activate` to activate environments) +eval "$(micromamba shell hook --shell=bash)" + +# apply patches for SMUS +/etc/patches/apply_patches.sh smus-code-editor && sudo rm -rf /etc/patches + +# Activate conda environment 'base', where supervisord is installed +micromamba activate base + +export SAGEMAKER_APP_TYPE_LOWERCASE=$(echo $SAGEMAKER_APP_TYPE | tr '[:upper:]' '[:lower:]') +export SERVICE_NAME='SageMakerUnifiedStudio' + +mkdir -p $STUDIO_LOGGING_DIR/$SAGEMAKER_APP_TYPE_LOWERCASE/supervisord +exec supervisord -c /etc/supervisor/conf.d/supervisord-sagemaker-ui-code-editor.conf -n diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-sagemaker-ui-jupyter-server b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-sagemaker-ui-jupyter-server new file mode 100755 index 000000000..49c34623a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/entrypoint-sagemaker-ui-jupyter-server @@ -0,0 +1,26 @@ +#!/bin/bash + +set -e + +# Generate and execute the shell code to modifies shell variables to include +# micromamba commands (e.g. using `micromamba activate` to activate environments) +eval "$(micromamba shell hook --shell=bash)" + +# apply patches for SMUS +/etc/patches/apply_patches.sh smus && sudo rm -rf /etc/patches + +# Activate conda environment depending on if we are in Recovery or Standard mode. +if [ -n "$SAGEMAKER_RECOVERY_MODE" ]; then + export HOME=$SAGEMAKER_RECOVERY_MODE_HOME + # Activate conda environment `sagemaker-recovery-mode` + micromamba activate sagemaker-recovery-mode +else + # Activate conda environment 'base', where supervisord is installed + micromamba activate base +fi + +export SAGEMAKER_APP_TYPE_LOWERCASE=$(echo $SAGEMAKER_APP_TYPE | tr '[:upper:]' '[:lower:]') +export SERVICE_NAME='SageMakerUnifiedStudio' + +mkdir -p $STUDIO_LOGGING_DIR/$SAGEMAKER_APP_TYPE_LOWERCASE/supervisord +exec supervisord -c /etc/supervisor/conf.d/supervisord-sagemaker-ui.conf -n diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/merge-settings-util.py b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/merge-settings-util.py new file mode 100644 index 000000000..8b93cae1c --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/merge-settings-util.py @@ -0,0 +1,22 @@ +import json +from sys import argv + + +# merges json files file1 and file2, keys in file2 overwriting any keys that already exist in file1 +def main(): + file1, file2 = argv[1], argv[2] + # Read JSON data from files + with open(file1, "r") as f1, open(file2, "r") as f2: + data1 = json.load(f1) + data2 = json.load(f2) + + # Merge the data (simple update) + merged_data = {**data1, **data2} + + # Write the merged data to a new file + with open(file1, "w") as f: + json.dump(merged_data, f) + + +if __name__ == "__main__": + main() diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/restart-jupyter-server b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/restart-jupyter-server new file mode 100755 index 000000000..6f2af98d3 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/restart-jupyter-server @@ -0,0 +1,6 @@ +#!/bin/bash +set -e +echo "Restarting the Jupyter server. This page should refresh in a few seconds. Note that any terminals will be closed." +echo "If this page doesn't refresh after a few seconds, try reloading your browser window." +echo "Restarting now..." +nohup supervisorctl -c /etc/supervisor/conf.d/supervisord.conf restart jupyterlabserver > /dev/null 2>&1 & diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/restart-sagemaker-ui-jupyter-server b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/restart-sagemaker-ui-jupyter-server new file mode 100755 index 000000000..8f5207b8a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/restart-sagemaker-ui-jupyter-server @@ -0,0 +1,6 @@ +#!/bin/bash +set -e +echo "Restarting the Jupyter server. This page should refresh in a few seconds. Note that any terminals will be closed." +echo "If this page doesn't refresh after a few seconds, try reloading your browser window." +echo "Restarting now..." +nohup supervisorctl -c /etc/supervisor/conf.d/supervisord-sagemaker-ui.conf restart jupyterlabserver > /dev/null 2>&1 & diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-code-editor b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-code-editor new file mode 100755 index 000000000..bdd97c16a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-code-editor @@ -0,0 +1,84 @@ +#!/bin/bash +set -e + +EFS_MOUNT_POINT="/opt/amazon/sagemaker" +EBS_MOUNT_POINT="/home/sagemaker-user" + +persistent_settings_folder="${EBS_MOUNT_POINT}/sagemaker-code-editor-server-data" +default_settings_folder="${EFS_MOUNT_POINT}/sagemaker-code-editor-server-data" + +override_machine_settings() { + # create a new settings file with preset defaults or merge the defaults into the existing settings file + local settings_relative_path="data/Machine" + local settings_file_path_suffix="${settings_relative_path}/settings.json" + local persistent_machine_settings_file="${persistent_settings_folder}/${settings_file_path_suffix}" + local default_machine_settings_file="${default_settings_folder}/${settings_file_path_suffix}" + + if [ ! -f "$persistent_machine_settings_file" ]; then + # copy settings file to EBS if it doesn't exist in EBS + mkdir -p "${persistent_settings_folder}/${settings_relative_path}" + cp "$default_machine_settings_file" "$persistent_machine_settings_file" + echo "Created persistent settings file with default settings at $persistent_machine_settings_file" + else + # if it does exist then merge settings + echo "File already exists: ${persistent_machine_settings_file}. Merging default settings with existing settings." + python3 /usr/local/bin/merge-settings-util.py "$persistent_machine_settings_file" "$default_machine_settings_file" + fi +} + +copy_user_settings() { + local settings_relative_path="data/User" + local settings_file_path_suffix="${settings_relative_path}/settings.json" + local persistent_user_settings_file="${persistent_settings_folder}/${settings_file_path_suffix}" + local default_user_settings_file="${default_settings_folder}/${settings_file_path_suffix}" + if [ ! -f "$persistent_user_settings_file" ]; then + # copy user settings file to EBS if it doesn't exist in EBS + mkdir -p "${persistent_settings_folder}/${settings_relative_path}" + cp "$default_user_settings_file" "$persistent_user_settings_file" + echo "Created persistent settings file with default settings at $persistent_user_settings_file" + fi +} + +install_prepackaged_extensions() { + local prepackaged_extensions_dir="${default_settings_folder}/extensions" + local persistent_extensions_dir="${persistent_settings_folder}/extensions" + + # if extensions directory doesn't exist then this is the first time opening the app + if [ ! -d "${persistent_extensions_dir}" ]; then + mkdir -p $persistent_extensions_dir + + # find all pre-packaged extensions folders, symlink them to the persistent volume + find "$prepackaged_extensions_dir" -mindepth 1 -maxdepth 1 -type d | while read -r dir; do + dir_name=$(basename "$dir") + + ln -s "$dir" "${persistent_extensions_dir}/${dir_name}" + echo "Added extension: $dir" + done + fi +} + +eval "$(micromamba shell hook --shell=bash)" + +# Activate conda environment 'base', which is the default environment for sagemaker-distribution +micromamba activate base + +# Start code-editor server +if [ -n "$SAGEMAKER_APP_TYPE_LOWERCASE" ]; then + # SAGEMAKER_APP_TYPE is set, indicating the server is running within a SageMaker app. + override_machine_settings + copy_user_settings + install_prepackaged_extensions + # Configure the base url to be `//default`. + sagemaker-code-editor --host 0.0.0.0 --port 8888 \ + --without-connection-token \ + --base-path "/$SAGEMAKER_APP_TYPE_LOWERCASE/default" \ + --server-data-dir $persistent_settings_folder \ + --extensions-dir ${persistent_settings_folder}/extensions \ + --user-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-user-data +else + sagemaker-code-editor --host 0.0.0.0 --port 8888 \ + --without-connection-token \ + --server-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-server-data \ + --extension-dir /opt/amazon/sagemaker/sagemaker-code-editor-server-data/extensions \ + --user-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-user-data +fi diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-jupyter-server b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-jupyter-server new file mode 100755 index 000000000..b64ec0a05 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-jupyter-server @@ -0,0 +1,52 @@ +#!/bin/bash +set -e + +eval "$(micromamba shell hook --shell=bash)" + +if [ -n "$SAGEMAKER_RECOVERY_MODE" ]; then + export HOME=$SAGEMAKER_RECOVERY_MODE_HOME + # Activate conda environment `sagemaker-recovery-mode` + micromamba activate sagemaker-recovery-mode +else + # Activate conda environment 'base' + micromamba activate base + # Uninstall SMUS-specific extensions + micromamba remove -y --no-prune sagemaker-studio-dataengineering-sessions sagemaker-studio-dataengineering-extensions + # Disable SMUS-specific extensions + jupyter labextension disable sagemaker-data-explorer:plugin @amzn/sagemaker_gen_ai_jupyterlab_extension +fi + +# Enable S3AG plugin if TIP is enabled +if [ -n "$TRUSTED_IDENTITY_PROPOGATION_ENABLED" ]; then + export BOTOCORE_EXPERIMENTAL__PLUGINS=S3AccessGrantsPlugin=aws_s3_access_grants_boto3_plugin.s3_access_grants_plugin + echo BOTOCORE_EXPERIMENTAL__PLUGINS=S3AccessGrantsPlugin=aws_s3_access_grants_boto3_plugin.s3_access_grants_plugin >> ~/.bashrc +fi + +# Start Jupyter server in rtc mode for shared spaces (skip in recovery mode) +if [ -n "$SAGEMAKER_APP_TYPE_LOWERCASE" ] && [ "$SAGEMAKER_SPACE_TYPE_LOWERCASE" == "shared" ] && [ -z "$SAGEMAKER_RECOVERY_MODE" ]; then + jupyter labextension enable @jupyter/collaboration-extension + # SAGEMAKER_APP_TYPE is set, indicating the server is running within a SageMaker + # app. Configure the base url to be `//default`. + # SAGEMAKER_SPACE_TYPE_LOWERCASE flag is used to determine if the server should start + # in real-time-collaboration mode for a given space. + jupyter lab --ip 0.0.0.0 --port 8888 \ + --ServerApp.base_url="/$SAGEMAKER_APP_TYPE_LOWERCASE/default" \ + --ServerApp.token='' \ + --ServerApp.allow_origin='*' \ + --collaborative \ + --ServerApp.identity_provider_class=sagemaker_jupyterlab_extension_common.identity.SagemakerIdentityProvider \ + --YDocExtension.ystore_class=sagemaker_jupyterlab_extension_common.ydoc_override.ydoc.MySQLiteYStore + +# Start Jupyter server +elif [ -n "$SAGEMAKER_APP_TYPE_LOWERCASE" ]; then + # SAGEMAKER_APP_TYPE is set, indicating the server is running within a SageMaker + # app. Configure the base url to be `//default`. + jupyter lab --ip 0.0.0.0 --port 8888 \ + --ServerApp.base_url="/$SAGEMAKER_APP_TYPE_LOWERCASE/default" \ + --ServerApp.token='' \ + --ServerApp.allow_origin='*' +else + jupyter lab --ip 0.0.0.0 --port 8888 \ + --ServerApp.token='' \ + --ServerApp.allow_origin='*' +fi diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-sagemaker-ui-code-editor b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-sagemaker-ui-code-editor new file mode 100755 index 000000000..f0df68f53 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-sagemaker-ui-code-editor @@ -0,0 +1,110 @@ +#!/bin/bash +set -e + +export PERSISTENT_VOLUME_EXTENSIONS_DIR="/home/sagemaker-user/sagemaker-code-editor-server-data/extensions" +export IMAGE_EXTENSIONS_DIR="/opt/amazon/sagemaker/sagemaker-ui-code-editor-server-data/extensions" + +CONTAINER_SAGEMAKER_METADATA_PATH="/opt/amazon/sagemaker" +EBS_MOUNT_PATH="/home/sagemaker-user" + +persistent_ebs_settings_folder="${EBS_MOUNT_PATH}/sagemaker-code-editor-server-data" +container_settings_folder="${CONTAINER_SAGEMAKER_METADATA_PATH}/sagemaker-ui-code-editor-server-data" + +override_machine_settings() { + # create a new settings file with preset defaults or merge the defaults into the existing settings file + local settings_relative_path="data/Machine" + local settings_file_path_suffix="${settings_relative_path}/settings.json" + local persistent_machine_settings_file="${persistent_ebs_settings_folder}/${settings_file_path_suffix}" + local default_machine_settings_file="${container_settings_folder}/${settings_file_path_suffix}" + + if [ ! -f "$persistent_machine_settings_file" ]; then + # copy settings file to EBS if it doesn't exist in EBS + mkdir -p "${persistent_ebs_settings_folder}/${settings_relative_path}" + cp "$default_machine_settings_file" "$persistent_machine_settings_file" + echo "Created persistent settings file with default settings at $persistent_machine_settings_file" + else + # if it does exist then merge settings + echo "File already exists: ${persistent_machine_settings_file}. Merging default settings with existing settings." + python3 /usr/local/bin/merge-settings-util.py "$persistent_machine_settings_file" "$default_machine_settings_file" + fi +} + +copy_user_settings() { + local settings_relative_path="data/User" + local settings_file_path_suffix="${settings_relative_path}/settings.json" + local persistent_user_settings_file="${persistent_ebs_settings_folder}/${settings_file_path_suffix}" + local default_user_settings_file="${container_settings_folder}/${settings_file_path_suffix}" + if [ ! -f "$persistent_user_settings_file" ]; then + # copy user settings file to EBS if it doesn't exist in EBS + mkdir -p "${persistent_ebs_settings_folder}/${settings_relative_path}" + cp "$default_user_settings_file" "$persistent_user_settings_file" + echo "Created persistent settings file with default settings at $persistent_user_settings_file" + fi +} + +install_prepackaged_extensions() { + local prepackaged_extensions_dir="${container_settings_folder}/extensions" + local persistent_extensions_dir="${persistent_ebs_settings_folder}/extensions" + + # if extensions directory doesn't exist then this is the first time opening the app + if [ ! -d "${persistent_extensions_dir}" ]; then + mkdir -p $persistent_extensions_dir + + # find all pre-packaged extensions folders, symlink them to the persistent volume + find "$prepackaged_extensions_dir" -mindepth 1 -maxdepth 1 -type d | while read -r dir; do + dir_name=$(basename "$dir") + + ln -s "$dir" "${persistent_extensions_dir}/${dir_name}" + echo "Added extension: $dir" + done + fi +} + +set_code_editor_theme() { + echo "Setting code editor theme" + bash /etc/sagemaker-ui/set_code_editor_theme.sh +} + +disableJupyterKernels() { + local kernel_list + kernel_list=$(jupyter kernelspec list) + + for kernel in "$@"; do + if echo "$kernel_list" | grep -q "$kernel"; then + echo "Removing kernel: $kernel" + jupyter kernelspec remove -f -y "$kernel" + else + echo "Kernel not found: $kernel" + fi + done +} + +eval "$(micromamba shell hook --shell=bash)" + +# Activate conda environment 'base', which is the default environment for sagemaker-distribution +micromamba activate base + +# Disable Jupyter Kernels +disableJupyterKernels pysparkkernel sparkkernel glue_spark glue_pyspark + +# Start code-editor server +if [ -n "$SAGEMAKER_APP_TYPE_LOWERCASE" ]; then + # SAGEMAKER_APP_TYPE is set, indicating the server is running within a SageMaker app. + override_machine_settings + copy_user_settings + install_prepackaged_extensions + set_code_editor_theme + # Configure the base url to be `//default`. + sagemaker-code-editor --host 0.0.0.0 --port 8888 \ + --without-connection-token \ + --base-path "/$SAGEMAKER_APP_TYPE_LOWERCASE/default" \ + --server-data-dir $persistent_ebs_settings_folder \ + --extensions-dir ${persistent_ebs_settings_folder}/extensions \ + --user-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-user-data +else + sagemaker-code-editor --host 0.0.0.0 --port 8888 \ + --without-connection-token \ + --server-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-server-data \ + --extension-dir /opt/amazon/sagemaker/sagemaker-code-editor-server-data/extensions \ + --user-data-dir /opt/amazon/sagemaker/sagemaker-code-editor-user-data +fi \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-sagemaker-ui-jupyter-server b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-sagemaker-ui-jupyter-server new file mode 100755 index 000000000..5067d7861 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-sagemaker-ui-jupyter-server @@ -0,0 +1,63 @@ +#!/bin/bash +set -e + +eval "$(micromamba shell hook --shell=bash)" + +# Activate conda environment depending on if we are in Recovery or Standard mode. +if [ -n "$SAGEMAKER_RECOVERY_MODE" ]; then + # Activate conda environment `sagemaker-recovery-mode` + micromamba activate sagemaker-recovery-mode +else + # Activate conda environment 'base' which is the default for Cosmos + micromamba activate base + + # Disable jupyter-ai in favor of sagemaker_gen_ai_jupyterlab_extension + jupyter labextension disable @jupyter-ai/core +fi + +sudo cp -r /etc/sagemaker-ui/kernels/. /opt/conda/share/jupyter/kernels/ +sudo cp /etc/sagemaker-ui/jupyter/server/jupyter_server_config.py /opt/conda/etc/jupyter/ + +mkdir -p /opt/conda/share/jupyter/lab/settings +cp -r /etc/sagemaker-ui/jupyter/lab/settings/. /opt/conda/share/jupyter/lab/settings + +if [[ $(jupyter kernelspec list | grep pysparkkernel) ]]; then + jupyter-kernelspec remove -f -y pysparkkernel +fi + +if [[ $(jupyter kernelspec list | grep sparkkernel) ]]; then + jupyter-kernelspec remove -f -y sparkkernel +fi + +if [[ $(jupyter kernelspec list | grep glue_spark) ]]; then + jupyter-kernelspec remove -f -y glue_spark +fi + +if [[ $(jupyter kernelspec list | grep glue_pyspark) ]]; then + jupyter-kernelspec remove -f -y glue_pyspark +fi + +# Enable S3 Access Grant plugin by default +export BOTOCORE_EXPERIMENTAL__PLUGINS=S3AccessGrantsPlugin=aws_s3_access_grants_boto3_plugin.s3_access_grants_plugin +echo BOTOCORE_EXPERIMENTAL__PLUGINS=S3AccessGrantsPlugin=aws_s3_access_grants_boto3_plugin.s3_access_grants_plugin >> ~/.bashrc + +if [ -n "$SAGEMAKER_RECOVERY_MODE" ]; then + # Disabling collaboration and identity_provider_class flags for recovery mode + jupyter lab --ip 0.0.0.0 --port 8888 \ + --ServerApp.base_url="/$SAGEMAKER_APP_TYPE_LOWERCASE/default" \ + --ServerApp.token='' \ + --ServerApp.allow_origin='*' \ + --SchedulerApp.db_url='sqlite:////tmp/.jupyter_scheduler_do_not_delete.sqlite' \ + --SQLiteYStore.db_path='/tmp/.ydoc_db_do_not_delete.sqlite' \ + --ArbitraryFileIdManager.db_path='/tmp/.fileid_do_not_delete.sqlite' +else + jupyter lab --ip 0.0.0.0 --port 8888 \ + --ServerApp.base_url="/$SAGEMAKER_APP_TYPE_LOWERCASE/default" \ + --ServerApp.token='' \ + --ServerApp.allow_origin='*' \ + --SchedulerApp.db_url='sqlite:////tmp/.jupyter_scheduler_do_not_delete.sqlite' \ + --collaborative \ + --ServerApp.identity_provider_class='sagemaker_jupyter_server_extension.identity.SageMakerIdentityProvider' \ + --SQLiteYStore.db_path='/tmp/.ydoc_db_do_not_delete.sqlite' \ + --ArbitraryFileIdManager.db_path='/tmp/.fileid_do_not_delete.sqlite' +fi \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/download_amazon_q_agentic_chat_artifacts.sh b/build_artifacts/v2/v2.11/v2.11.7/download_amazon_q_agentic_chat_artifacts.sh new file mode 100755 index 000000000..6b5300e47 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/download_amazon_q_agentic_chat_artifacts.sh @@ -0,0 +1,63 @@ +#!/bin/bash +set -e + +# Download Amazon Q artifacts for IDE integration +# Usage: download_amazon_q_artifacts.sh +# Example: download_amazon_q_artifacts.sh 1.25.0 /etc/amazon-q/artifacts/agentic-chat jupyterlab + +VERSION=${1:-$FLARE_SERVER_VERSION_JL} +TARGET_DIR=${2:-"/etc/amazon-q-agentic-chat/artifacts/jupyterlab"} +IDE_TYPE=${3:-"jupyterlab"} + +if [ -z "$VERSION" ]; then + echo "Error: Version not specified and FLARE_SERVER_VERSION_JL not set" + exit 1 +fi + +echo "Downloading Amazon Q artifacts for $IDE_TYPE (version: $VERSION)" + +# Create target directories +sudo mkdir -p "$TARGET_DIR" + +# Download manifest and extract artifact URLs +MANIFEST_URL="https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json" +curl -L --retry 3 --retry-delay 5 --fail "$MANIFEST_URL" -o "/tmp/manifest.json" || { + echo "Failed to download manifest" + exit 1 +} + +# Extract artifact URLs +ARTIFACT_URLS=$(python3 /tmp/extract_amazon_q_agentic_chat_urls.py /tmp/manifest.json "$VERSION") +if [ $? -ne 0 ] || [ -z "$ARTIFACT_URLS" ]; then + echo "Failed to extract Amazon Q artifact URLs" + exit 1 +fi + +eval "$ARTIFACT_URLS" + +# Download and extract servers.zip +echo "Downloading servers.zip..." +curl -L --retry 3 --retry-delay 5 --fail "$SERVERS_URL" -o "/tmp/servers.zip" || { + echo "Failed to download servers.zip" + exit 1 +} +sudo unzip "/tmp/servers.zip" -d "$TARGET_DIR/servers" || { + echo "Failed to extract servers.zip" + exit 1 +} + +# Download and extract clients.zip +echo "Downloading clients.zip..." +curl -L --retry 3 --retry-delay 5 --fail "$CLIENTS_URL" -o "/tmp/clients.zip" || { + echo "Failed to download clients.zip" + exit 1 +} +sudo unzip "/tmp/clients.zip" -d "$TARGET_DIR/clients" || { + echo "Failed to extract clients.zip" + exit 1 +} + +# Clean up temporary files +rm -f /tmp/manifest.json /tmp/servers.zip /tmp/clients.zip + +echo "Amazon Q artifacts downloaded successfully to $TARGET_DIR" \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/extract_amazon_q_agentic_chat_urls.py b/build_artifacts/v2/v2.11/v2.11.7/extract_amazon_q_agentic_chat_urls.py new file mode 100644 index 000000000..e90031949 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/extract_amazon_q_agentic_chat_urls.py @@ -0,0 +1,50 @@ +#!/usr/bin/env python3 +"""Extract Amazon Q artifact URLs from manifest for Linux x64 platform.""" + +import json +import sys + + +def extract_urls(manifest_file, version, platform="linux", arch="x64"): + """Extract servers.zip and clients.zip URLs for specified platform/arch.""" + try: + with open(manifest_file) as f: + manifest = json.load(f) + except FileNotFoundError: + raise FileNotFoundError(f"Manifest file not found: {manifest_file}") + except json.JSONDecodeError as e: + raise ValueError(f"Invalid JSON in manifest file {manifest_file}: {str(e)}") + + for ver in manifest["versions"]: + if ver["serverVersion"] == version: + for target in ver["targets"]: + if target["platform"] == platform and target.get("arch") == arch: + servers_url = None + clients_url = None + + for content in target["contents"]: + if content["filename"] == "servers.zip": + servers_url = content["url"] + elif content["filename"] == "clients.zip": + clients_url = content["url"] + + if servers_url is None or clients_url is None: + raise ValueError( + f"Required files (servers.zip/clients.zip) not found for version {version} {platform} {arch}" + ) + + return servers_url, clients_url + + raise ValueError(f"Version {version} not found for {platform} {arch}") + + +if __name__ == "__main__": + if len(sys.argv) != 3: + print("Usage: extract_amazon_q_agentic_chat_urls.py ") + sys.exit(1) + + manifest_file, version = sys.argv[1], sys.argv[2] + servers_url, clients_url = extract_urls(manifest_file, version) + + print(f"SERVERS_URL={servers_url}") + print(f"CLIENTS_URL={clients_url}") diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.arg_based_env.in b/build_artifacts/v2/v2.11/v2.11.7/gpu.arg_based_env.in new file mode 100644 index 000000000..3c46acc70 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.arg_based_env.in @@ -0,0 +1,10 @@ +conda-forge::cuda-compiler=$CUDA_MAJOR_MINOR_VERSION +conda-forge::cuda-libraries=$CUDA_MAJOR_MINOR_VERSION +conda-forge::cuda-libraries-dev=$CUDA_MAJOR_MINOR_VERSION +conda-forge::cuda-nvml-dev=12.6.77.* +conda-forge::cuda-cupti-dev=$CUDA_MAJOR_MINOR_VERSION +conda-forge::cuda-nvdisasm=$CUDA_MAJOR_MINOR_VERSION +conda-forge::cuda-nvprof=$CUDA_MAJOR_MINOR_VERSION +conda-forge::cuda-nvtx=$CUDA_MAJOR_MINOR_VERSION +conda-forge::cuda-sanitizer-api=$CUDA_MAJOR_MINOR_VERSION +conda-forge::gds-tools=1.11.1.6.* \ No newline at end of file diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.in b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.in new file mode 100644 index 000000000..e12ebb754 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.in @@ -0,0 +1,71 @@ +# This file is auto-generated. +conda-forge::strands-agents[version='>=0.3.0,<0.4.0'] +conda-forge::strands-agents-tools[version='>=0.1.9,<0.2.0'] +conda-forge::strands-agents-mcp-server[version='>=0.1.2,<0.2.0'] +conda-forge::mcp[version='>=1.21.2,<1.22.0'] +conda-forge::uv[version='>=0.9.30,<0.10.0'] +conda-forge::sagemaker-gen-ai-jupyterlab-extension[version='>=1.0.14,<1.1.0'] +conda-forge::s3fs[version='>=2024.12.0,<2024.13.0'] +conda-forge::seaborn[version='>=0.13.2,<0.14.0'] +conda-forge::jupyter-activity-monitor-extension[version='>=0.3.2,<0.4.0'] +conda-forge::mlflow[version='>=2.22.0,<2.23.0'] +conda-forge::sagemaker-mlflow[version='>=0.1.1,<0.2.0'] +conda-forge::langchain-aws[version='>=0.2.35,<0.3.0'] +conda-forge::jupyter-collaboration[version='>=2.1.5,<2.2.0'] +conda-forge::sagemaker-code-editor[version='>=1.7.7,<1.8.0'] +conda-forge::amazon-sagemaker-jupyter-ai-q-developer[version='>=1.2.9,<1.3.0'] +conda-forge::amazon-q-developer-jupyterlab-ext[version='>=3.4.8,<3.5.0'] +conda-forge::amazon_sagemaker_sql_editor[version='>=0.1.21,<0.2.0'] +conda-forge::amazon-sagemaker-sql-magic[version='>=0.1.4,<0.2.0'] +conda-forge::langchain[version='>=0.3.27,<0.4.0'] +conda-forge::fastapi[version='>=0.121.3,<0.122.0'] +conda-forge::uvicorn[version='>=0.38.0,<0.39.0'] +conda-forge::pytorch[version='>=2.6.0,<2.7.0'] +conda-forge::tensorflow[version='>=2.18.0,<2.19.0'] +conda-forge::python[version='>=3.11.11,<3.12.0'] +conda-forge::pip[version='>=24.3.1,<24.4.0'] +conda-forge::torchvision[version='>=0.21.0,<0.22.0'] +conda-forge::numpy[version='>=1.26.4,<1.27.0'] +conda-forge::pandas[version='>=2.3.3,<2.4.0'] +conda-forge::scikit-learn[version='>=1.7.2,<1.8.0'] +conda-forge::jinja2[version='>=3.1.6,<3.2.0'] +conda-forge::matplotlib-base[version='>=3.10.8,<3.11.0'] +conda-forge::sagemaker-headless-execution-driver[version='>=0.0.13,<0.1.0'] +conda-forge::ipython[version='>=8.37.0,<8.38.0'] +conda-forge::scipy[version='>=1.16.3,<1.17.0'] +conda-forge::keras[version='>=3.12.0,<3.13.0'] +conda-forge::py-xgboost-gpu[version='>=2.1.4,<2.2.0'] +conda-forge::jupyterlab[version='>=4.4.10,<4.5.0'] +conda-forge::ipywidgets[version='>=8.1.8,<8.2.0'] +conda-forge::conda[version='>=24.11.3,<24.12.0'] +conda-forge::boto3[version='>=1.40.70,<1.41.0'] +conda-forge::sagemaker-python-sdk[version='>=2.254.1,<2.255.0'] +conda-forge::supervisor[version='>=4.2.5,<4.3.0'] +conda-forge::autogluon[version='>=1.4.0,<1.5.0'] +conda-forge::aws-glue-sessions[version='>=1.0.9,<1.1.0'] +conda-forge::sagemaker-kernel-wrapper[version='>=0.0.6,<0.1.0'] +conda-forge::jupyter-ai[version='>=2.31.7,<2.32.0'] +conda-forge::jupyter-scheduler[version='>=2.11.0,<2.12.0'] +conda-forge::jupyter-lsp[version='>=2.3.0,<2.4.0'] +conda-forge::jupyterlab-lsp[version='>=5.0.3,<5.1.0'] +conda-forge::python-lsp-server[version='>=1.13.2,<1.14.0'] +conda-forge::notebook[version='>=7.4.7,<7.5.0'] +conda-forge::altair[version='>=5.5.0,<5.6.0'] +conda-forge::sagemaker-studio-analytics-extension[version='>=0.2.4,<0.3.0'] +conda-forge::jupyter-dash[version='>=0.4.2,<0.5.0'] +conda-forge::sagemaker-jupyterlab-extension[version='>=0.5.4,<0.6.0'] +conda-forge::sagemaker-jupyterlab-emr-extension[version='>=0.4.3,<0.5.0'] +conda-forge::amazon-sagemaker-jupyter-scheduler[version='>=3.1.16,<3.2.0'] +conda-forge::jupyter-server-proxy[version='>=4.4.0,<4.5.0'] +conda-forge::jupyterlab-git[version='>=0.51.4,<0.52.0'] +conda-forge::pyhive[version='>=0.7.0,<0.8.0'] +conda-forge::python-gssapi[version='>=1.10.1,<1.11.0'] +conda-forge::tf-keras[version='>=2.18.0,<2.19.0'] +conda-forge::git-remote-codecommit[version='>=1.16,<1.17.0'] +conda-forge::docker-cli[version='>=27.5.1,<27.6.0'] +conda-forge::sagemaker-studio-cli[version='>=1.0.7,<1.1.0'] +conda-forge::sagemaker-studio[version='>=1.1.8,<1.2.0'] +conda-forge::sagemaker-studio-dataengineering-sessions[version='>=1.3.14,<1.4.0'] +conda-forge::sagemaker-studio-dataengineering-extensions[version='>=1.3.8,<1.4.0'] +conda-forge::amzn-sagemaker-aiops-jupyterlab-extension[version='>=1.0.5,<1.1.0'] +conda-forge::aws-s3-access-grants-boto3-plugin[version='>=1.3.0,<1.4.0'] diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.pinned_env.in b/build_artifacts/v2/v2.11/v2.11.7/gpu.pinned_env.in new file mode 100644 index 000000000..2485cbc1e --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.pinned_env.in @@ -0,0 +1,8 @@ +conda-forge::libmamba[version='>=1.5.11,<1.6.0'] +conda-forge::dash[version='<=2.18.1'] +conda-forge::evaluate[version='<0.4.2'] +conda-forge::libsqlite[version='<3.49.0'] +conda-forge::urllib3[version='<2'] +conda-forge::papermill[version='>=2.6.0'] +conda-forge::plotly[version='<6.1.0'] +conda-forge::setuptools[version='<82.0.0'] diff --git a/build_artifacts/v2/v2.11/v2.11.7/patch_glue_pyspark.json b/build_artifacts/v2/v2.11/v2.11.7/patch_glue_pyspark.json new file mode 100644 index 000000000..f92eee896 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/patch_glue_pyspark.json @@ -0,0 +1,15 @@ +{ + "argv": [ + "/opt/conda/bin/python", + "-m", + "sagemaker_kernel_wrapper.sm_gis_wrapper", + "-m", + "aws_glue_interactive_sessions_kernel.glue_pyspark.GlueKernel", + "-f", + "{connection_file}" + ], + "display_name": "Glue PySpark", + "env": {"request_origin": "SageMakerStudioPySparkNotebook", "glue_version": "3.0"}, + "language": "python" +} + diff --git a/build_artifacts/v2/v2.11/v2.11.7/patch_glue_spark.json b/build_artifacts/v2/v2.11/v2.11.7/patch_glue_spark.json new file mode 100644 index 000000000..1bd168e75 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/patch_glue_spark.json @@ -0,0 +1,15 @@ +{ + "argv": [ + "/opt/conda/bin/python", + "-m", + "sagemaker_kernel_wrapper.sm_gis_wrapper", + "-m", + "aws_glue_interactive_sessions_kernel.glue_spark.GlueKernel", + "-f", + "{connection_file}" + ], + "display_name": "Glue Spark", + "env": {"request_origin": "SageMakerStudioSparkNotebook", "glue_version": "3.0"}, + "language": "python" +} + diff --git a/build_artifacts/v2/v2.11/v2.11.7/source-version.txt b/build_artifacts/v2/v2.11/v2.11.7/source-version.txt new file mode 100644 index 000000000..24219ee0f --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/source-version.txt @@ -0,0 +1 @@ +2.11.6 \ No newline at end of file From f277ec317963d5e4f29bdb573b673f7a2b856456 Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Wed, 8 Apr 2026 01:10:05 +0000 Subject: [PATCH 02/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 67 ++ .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 67 ++ build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ++++++++++++++++ build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ++++++++++++++++++ 5 files changed, 1992 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md new file mode 100644 index 000000000..970b711dd --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -0,0 +1,67 @@ +# Change log: 2.11.7 (cpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +json5|0.13.0|0.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.2|patch +libexpat|2.7.4|2.7.5|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.56|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.26|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.34|patch +expat|2.7.4|2.7.5|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.24|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md new file mode 100644 index 000000000..d998fb142 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -0,0 +1,67 @@ +# Change log: 2.11.7 (gpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +json5|0.13.0|0.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.2|patch +libexpat|2.7.4|2.7.5|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.56|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.26|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.34|patch +expat|2.7.4|2.7.5|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.24|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md new file mode 100644 index 000000000..20b06da6a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md @@ -0,0 +1,75 @@ +# Release notes: 2.11.7 + +Package | gpu| cpu +---|---|--- +python|3.11.11|3.11.11 +numpy|1.26.4|1.26.4 +jinja2|3.1.6|3.1.6 +pytorch|2.6.0|2.6.0 +pandas|2.3.3|2.3.3 +altair|5.5.0|5.5.0 +boto3|1.40.70|1.40.70 +ipython|8.37.0|8.37.0 +jupyter-lsp|2.3.1|2.3.1 +jupyterlab|4.4.10|4.4.10 +amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 +langchain|0.3.27|0.3.27 +jupyter-ai|2.31.7|2.31.7 +amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 +jupyter-scheduler|2.11.0|2.11.0 +amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 +amazon-sagemaker-sql-magic|0.1.4|0.1.4 +jupyterlab-lsp|5.0.3|5.0.3 +amazon_sagemaker_sql_editor|0.1.21|0.1.21 +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 +scipy|1.16.3|1.16.3 +matplotlib-base|3.10.8|3.10.8 +scikit-learn|1.7.2|1.7.2 +pip|24.3.1|24.3.1 +torchvision|0.21.0|0.21.0 +uvicorn|0.38.0|0.38.0 +autogluon|1.4.0|1.4.0 +ipywidgets|8.1.8|8.1.8 +notebook|7.4.7|7.4.7 +aws-glue-sessions|1.0.9|1.0.9 +aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 +conda|24.11.3|24.11.3 +docker-cli|27.5.1|27.5.1 +fastapi|0.121.3|0.121.3 +git-remote-codecommit|1.16|1.16 +jupyter-activity-monitor-extension|0.3.2|0.3.2 +jupyter-collaboration|2.1.5|2.1.5 +jupyter-dash|0.4.2|0.4.2 +jupyter-server-proxy|4.4.0|4.4.0 +jupyterlab-git|0.51.4|0.51.4 +keras|3.12.0|3.12.0 +langchain-aws|0.2.35|0.2.35 +mcp|1.21.2|1.21.2 +mlflow|2.22.0|2.22.0 +py-xgboost-gpu|2.1.4| +pyhive|0.7.0|0.7.0 +python-gssapi|1.10.1|1.10.1 +python-lsp-server|1.13.2|1.13.2 +s3fs|2024.12.0|2024.12.0 +sagemaker-code-editor|1.7.7|1.7.7 +sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 +sagemaker-headless-execution-driver|0.0.13|0.0.13 +sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 +sagemaker-jupyterlab-extension|0.5.4|0.5.4 +sagemaker-kernel-wrapper|0.0.6|0.0.6 +sagemaker-mlflow|0.1.1|0.1.1 +sagemaker-python-sdk|2.254.1|2.254.1 +sagemaker-studio|1.1.8|1.1.8 +sagemaker-studio-analytics-extension|0.2.4|0.2.4 +sagemaker-studio-cli|1.0.7|1.0.7 +sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 +sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 +seaborn|0.13.2|0.13.2 +strands-agents|0.3.0|0.3.0 +strands-agents-mcp-server|0.1.2|0.1.2 +strands-agents-tools|0.1.9|0.1.9 +supervisor|4.2.5|4.2.5 +tensorflow|2.18.0|2.18.0 +tf-keras|2.18.0|2.18.0 +uv|0.9.30|0.9.30 +py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out new file mode 100644 index 000000000..3960f7290 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -0,0 +1,846 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.2-h4922eb0_0.conda#2a60ab96432bc74eedbcda8a528080a1 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.56-h421ea60_0.conda#97169784f0775c85683c3d8badcea2c3 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.3.2-py311hc665b79_0.conda#957df281e4bb66bbcfa2db8be8a756df +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.4-pyhcf101f3_0.conda#82c1787f2a65c0155ef9652466ee98d6 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.0-pyhcf101f3_0.conda#b14079a39ae60ac7ad2ec3d9eab075ca +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.24.1-pyhd8ed1ab_0.conda#7526d20621b53440b0aae45d4797847e +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.26-pyhd8ed1ab_0.conda#0c97f4dbf154d57085f2c581dbb4eff4 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.0-hc3985f0_0.conda#c9f0737797df2446be07b340c7992d5e +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.0-h14065e2_0.conda#b591fa5e68163b7f384ec58e8b319ace +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.5-py311h2005dd1_0.conda#f9c47968555906c9fe918f447d9abf1f +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.0-pyhcf101f3_0.conda#704c22301912f7e37d0a92b2e7d5942d +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.15.1-pyhd8ed1ab_0.conda#ad52e7c01dc77052f8e4236bebc14daa +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.3.2-py310h1c74b4c_0.conda#7b2eb98db1e16754d0635cca2fd07170 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.2-pyhc455866_0.conda#b48504ab3f3d96be2196024d62cc1205 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_0.conda#2975fa17c217677d83a8af40d0ecea44 +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out new file mode 100644 index 000000000..2a6642988 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -0,0 +1,937 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.2-h4922eb0_0.conda#2a60ab96432bc74eedbcda8a528080a1 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa +https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e +https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 +https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a +https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a +https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 +https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef +https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f +https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d +https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 +https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 +https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.56-h421ea60_0.conda#97169784f0775c85683c3d8badcea2c3 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.3.2-py311hc665b79_0.conda#957df281e4bb66bbcfa2db8be8a756df +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.4-pyhcf101f3_0.conda#82c1787f2a65c0155ef9652466ee98d6 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.0-pyhcf101f3_0.conda#b14079a39ae60ac7ad2ec3d9eab075ca +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.24.1-pyhd8ed1ab_0.conda#7526d20621b53440b0aae45d4797847e +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.26-pyhd8ed1ab_0.conda#0c97f4dbf154d57085f2c581dbb4eff4 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.0-hc3985f0_0.conda#c9f0737797df2446be07b340c7992d5e +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.0-h14065e2_0.conda#b591fa5e68163b7f384ec58e8b319ace +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.5-py311h2005dd1_0.conda#f9c47968555906c9fe918f447d9abf1f +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.0-pyhcf101f3_0.conda#704c22301912f7e37d0a92b2e7d5942d +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.15.1-pyhd8ed1ab_0.conda#ad52e7c01dc77052f8e4236bebc14daa +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe +https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 +https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 +https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c +https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 +https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d +https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe +https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 +https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec +https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 +https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded +https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 +https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 +https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 +https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b +https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 +https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 +https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 +https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 +https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 +https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 +https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad +https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 +https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d +https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.3.2-py310h1c74b4c_0.conda#7b2eb98db1e16754d0635cca2fd07170 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 +https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.2-pyhc455866_0.conda#b48504ab3f3d96be2196024d62cc1205 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_0.conda#2975fa17c217677d83a8af40d0ecea44 +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 3eb93760f743b69abab262ed4640ab155d8cedd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Apr 2026 00:09:50 +0000 Subject: [PATCH 03/17] chore: Generate build artifacts for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 67 -- .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 67 -- build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 -- build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ---------------- build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ------------------ 5 files changed, 1992 deletions(-) delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md deleted file mode 100644 index 970b711dd..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md +++ /dev/null @@ -1,67 +0,0 @@ -# Change log: 2.11.7 (cpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -json5|0.13.0|0.14.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.2|patch -libexpat|2.7.4|2.7.5|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.56|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.26|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.34|patch -expat|2.7.4|2.7.5|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.24|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md deleted file mode 100644 index d998fb142..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md +++ /dev/null @@ -1,67 +0,0 @@ -# Change log: 2.11.7 (gpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -json5|0.13.0|0.14.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.2|patch -libexpat|2.7.4|2.7.5|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.56|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.26|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.34|patch -expat|2.7.4|2.7.5|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.24|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md deleted file mode 100644 index 20b06da6a..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md +++ /dev/null @@ -1,75 +0,0 @@ -# Release notes: 2.11.7 - -Package | gpu| cpu ----|---|--- -python|3.11.11|3.11.11 -numpy|1.26.4|1.26.4 -jinja2|3.1.6|3.1.6 -pytorch|2.6.0|2.6.0 -pandas|2.3.3|2.3.3 -altair|5.5.0|5.5.0 -boto3|1.40.70|1.40.70 -ipython|8.37.0|8.37.0 -jupyter-lsp|2.3.1|2.3.1 -jupyterlab|4.4.10|4.4.10 -amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 -langchain|0.3.27|0.3.27 -jupyter-ai|2.31.7|2.31.7 -amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 -jupyter-scheduler|2.11.0|2.11.0 -amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 -amazon-sagemaker-sql-magic|0.1.4|0.1.4 -jupyterlab-lsp|5.0.3|5.0.3 -amazon_sagemaker_sql_editor|0.1.21|0.1.21 -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 -scipy|1.16.3|1.16.3 -matplotlib-base|3.10.8|3.10.8 -scikit-learn|1.7.2|1.7.2 -pip|24.3.1|24.3.1 -torchvision|0.21.0|0.21.0 -uvicorn|0.38.0|0.38.0 -autogluon|1.4.0|1.4.0 -ipywidgets|8.1.8|8.1.8 -notebook|7.4.7|7.4.7 -aws-glue-sessions|1.0.9|1.0.9 -aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 -conda|24.11.3|24.11.3 -docker-cli|27.5.1|27.5.1 -fastapi|0.121.3|0.121.3 -git-remote-codecommit|1.16|1.16 -jupyter-activity-monitor-extension|0.3.2|0.3.2 -jupyter-collaboration|2.1.5|2.1.5 -jupyter-dash|0.4.2|0.4.2 -jupyter-server-proxy|4.4.0|4.4.0 -jupyterlab-git|0.51.4|0.51.4 -keras|3.12.0|3.12.0 -langchain-aws|0.2.35|0.2.35 -mcp|1.21.2|1.21.2 -mlflow|2.22.0|2.22.0 -py-xgboost-gpu|2.1.4| -pyhive|0.7.0|0.7.0 -python-gssapi|1.10.1|1.10.1 -python-lsp-server|1.13.2|1.13.2 -s3fs|2024.12.0|2024.12.0 -sagemaker-code-editor|1.7.7|1.7.7 -sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 -sagemaker-headless-execution-driver|0.0.13|0.0.13 -sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 -sagemaker-jupyterlab-extension|0.5.4|0.5.4 -sagemaker-kernel-wrapper|0.0.6|0.0.6 -sagemaker-mlflow|0.1.1|0.1.1 -sagemaker-python-sdk|2.254.1|2.254.1 -sagemaker-studio|1.1.8|1.1.8 -sagemaker-studio-analytics-extension|0.2.4|0.2.4 -sagemaker-studio-cli|1.0.7|1.0.7 -sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 -sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 -seaborn|0.13.2|0.13.2 -strands-agents|0.3.0|0.3.0 -strands-agents-mcp-server|0.1.2|0.1.2 -strands-agents-tools|0.1.9|0.1.9 -supervisor|4.2.5|4.2.5 -tensorflow|2.18.0|2.18.0 -tf-keras|2.18.0|2.18.0 -uv|0.9.30|0.9.30 -py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out deleted file mode 100644 index 3960f7290..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out +++ /dev/null @@ -1,846 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.2-h4922eb0_0.conda#2a60ab96432bc74eedbcda8a528080a1 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.56-h421ea60_0.conda#97169784f0775c85683c3d8badcea2c3 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.3.2-py311hc665b79_0.conda#957df281e4bb66bbcfa2db8be8a756df -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.4-pyhcf101f3_0.conda#82c1787f2a65c0155ef9652466ee98d6 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.0-pyhcf101f3_0.conda#b14079a39ae60ac7ad2ec3d9eab075ca -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.24.1-pyhd8ed1ab_0.conda#7526d20621b53440b0aae45d4797847e -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.26-pyhd8ed1ab_0.conda#0c97f4dbf154d57085f2c581dbb4eff4 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.0-hc3985f0_0.conda#c9f0737797df2446be07b340c7992d5e -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.0-h14065e2_0.conda#b591fa5e68163b7f384ec58e8b319ace -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.5-py311h2005dd1_0.conda#f9c47968555906c9fe918f447d9abf1f -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.0-pyhcf101f3_0.conda#704c22301912f7e37d0a92b2e7d5942d -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.15.1-pyhd8ed1ab_0.conda#ad52e7c01dc77052f8e4236bebc14daa -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.3.2-py310h1c74b4c_0.conda#7b2eb98db1e16754d0635cca2fd07170 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.2-pyhc455866_0.conda#b48504ab3f3d96be2196024d62cc1205 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_0.conda#2975fa17c217677d83a8af40d0ecea44 -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out deleted file mode 100644 index 2a6642988..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out +++ /dev/null @@ -1,937 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.2-h4922eb0_0.conda#2a60ab96432bc74eedbcda8a528080a1 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa -https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e -https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 -https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a -https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a -https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 -https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef -https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f -https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d -https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 -https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 -https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.56-h421ea60_0.conda#97169784f0775c85683c3d8badcea2c3 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.3.2-py311hc665b79_0.conda#957df281e4bb66bbcfa2db8be8a756df -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.4-pyhcf101f3_0.conda#82c1787f2a65c0155ef9652466ee98d6 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.0-pyhcf101f3_0.conda#b14079a39ae60ac7ad2ec3d9eab075ca -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.24.1-pyhd8ed1ab_0.conda#7526d20621b53440b0aae45d4797847e -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.26-pyhd8ed1ab_0.conda#0c97f4dbf154d57085f2c581dbb4eff4 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.0-hc3985f0_0.conda#c9f0737797df2446be07b340c7992d5e -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.0-h14065e2_0.conda#b591fa5e68163b7f384ec58e8b319ace -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.5-py311h2005dd1_0.conda#f9c47968555906c9fe918f447d9abf1f -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.0-pyhcf101f3_0.conda#704c22301912f7e37d0a92b2e7d5942d -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.15.1-pyhd8ed1ab_0.conda#ad52e7c01dc77052f8e4236bebc14daa -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe -https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 -https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 -https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c -https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 -https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 -https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d -https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe -https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 -https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec -https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 -https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded -https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 -https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 -https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 -https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b -https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 -https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 -https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 -https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 -https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 -https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 -https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad -https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 -https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d -https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.3.2-py310h1c74b4c_0.conda#7b2eb98db1e16754d0635cca2fd07170 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 -https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.2-pyhc455866_0.conda#b48504ab3f3d96be2196024d62cc1205 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_0.conda#2975fa17c217677d83a8af40d0ecea44 -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From a14e5cf3f888342951054bb4103345e10b53c044 Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Thu, 9 Apr 2026 01:07:18 +0000 Subject: [PATCH 04/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 72 ++ .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 72 ++ build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ++++++++++++++++ build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ++++++++++++++++++ 5 files changed, 2002 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md new file mode 100644 index 000000000..394477e85 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -0,0 +1,72 @@ +# Change log: 2.11.7 (cpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +json5|0.13.0|0.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.2|patch +libexpat|2.7.4|2.7.5|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.56|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.27|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.34|patch +expat|2.7.4|2.7.5|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.24|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md new file mode 100644 index 000000000..99354aebc --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -0,0 +1,72 @@ +# Change log: 2.11.7 (gpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +json5|0.13.0|0.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.2|patch +libexpat|2.7.4|2.7.5|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.56|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.27|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.34|patch +expat|2.7.4|2.7.5|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.24|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md new file mode 100644 index 000000000..20b06da6a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md @@ -0,0 +1,75 @@ +# Release notes: 2.11.7 + +Package | gpu| cpu +---|---|--- +python|3.11.11|3.11.11 +numpy|1.26.4|1.26.4 +jinja2|3.1.6|3.1.6 +pytorch|2.6.0|2.6.0 +pandas|2.3.3|2.3.3 +altair|5.5.0|5.5.0 +boto3|1.40.70|1.40.70 +ipython|8.37.0|8.37.0 +jupyter-lsp|2.3.1|2.3.1 +jupyterlab|4.4.10|4.4.10 +amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 +langchain|0.3.27|0.3.27 +jupyter-ai|2.31.7|2.31.7 +amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 +jupyter-scheduler|2.11.0|2.11.0 +amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 +amazon-sagemaker-sql-magic|0.1.4|0.1.4 +jupyterlab-lsp|5.0.3|5.0.3 +amazon_sagemaker_sql_editor|0.1.21|0.1.21 +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 +scipy|1.16.3|1.16.3 +matplotlib-base|3.10.8|3.10.8 +scikit-learn|1.7.2|1.7.2 +pip|24.3.1|24.3.1 +torchvision|0.21.0|0.21.0 +uvicorn|0.38.0|0.38.0 +autogluon|1.4.0|1.4.0 +ipywidgets|8.1.8|8.1.8 +notebook|7.4.7|7.4.7 +aws-glue-sessions|1.0.9|1.0.9 +aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 +conda|24.11.3|24.11.3 +docker-cli|27.5.1|27.5.1 +fastapi|0.121.3|0.121.3 +git-remote-codecommit|1.16|1.16 +jupyter-activity-monitor-extension|0.3.2|0.3.2 +jupyter-collaboration|2.1.5|2.1.5 +jupyter-dash|0.4.2|0.4.2 +jupyter-server-proxy|4.4.0|4.4.0 +jupyterlab-git|0.51.4|0.51.4 +keras|3.12.0|3.12.0 +langchain-aws|0.2.35|0.2.35 +mcp|1.21.2|1.21.2 +mlflow|2.22.0|2.22.0 +py-xgboost-gpu|2.1.4| +pyhive|0.7.0|0.7.0 +python-gssapi|1.10.1|1.10.1 +python-lsp-server|1.13.2|1.13.2 +s3fs|2024.12.0|2024.12.0 +sagemaker-code-editor|1.7.7|1.7.7 +sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 +sagemaker-headless-execution-driver|0.0.13|0.0.13 +sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 +sagemaker-jupyterlab-extension|0.5.4|0.5.4 +sagemaker-kernel-wrapper|0.0.6|0.0.6 +sagemaker-mlflow|0.1.1|0.1.1 +sagemaker-python-sdk|2.254.1|2.254.1 +sagemaker-studio|1.1.8|1.1.8 +sagemaker-studio-analytics-extension|0.2.4|0.2.4 +sagemaker-studio-cli|1.0.7|1.0.7 +sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 +sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 +seaborn|0.13.2|0.13.2 +strands-agents|0.3.0|0.3.0 +strands-agents-mcp-server|0.1.2|0.1.2 +strands-agents-tools|0.1.9|0.1.9 +supervisor|4.2.5|4.2.5 +tensorflow|2.18.0|2.18.0 +tf-keras|2.18.0|2.18.0 +uv|0.9.30|0.9.30 +py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out new file mode 100644 index 000000000..a065910b0 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -0,0 +1,846 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.2-h4922eb0_0.conda#2a60ab96432bc74eedbcda8a528080a1 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.56-h421ea60_0.conda#97169784f0775c85683c3d8badcea2c3 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.4-pyhcf101f3_0.conda#82c1787f2a65c0155ef9652466ee98d6 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.24.1-pyhd8ed1ab_0.conda#7526d20621b53440b0aae45d4797847e +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.27-pyhd8ed1ab_0.conda#a51c88c9ae1a14e6f155f729351c268c +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.0-pyhcf101f3_0.conda#704c22301912f7e37d0a92b2e7d5942d +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.15.1-pyhd8ed1ab_0.conda#ad52e7c01dc77052f8e4236bebc14daa +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.3.2-py310h1c74b4c_0.conda#7b2eb98db1e16754d0635cca2fd07170 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.2-pyhc455866_0.conda#b48504ab3f3d96be2196024d62cc1205 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out new file mode 100644 index 000000000..1914630c3 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -0,0 +1,937 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.2-h4922eb0_0.conda#2a60ab96432bc74eedbcda8a528080a1 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa +https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e +https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 +https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a +https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a +https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 +https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef +https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f +https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d +https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 +https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 +https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.56-h421ea60_0.conda#97169784f0775c85683c3d8badcea2c3 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.4-pyhcf101f3_0.conda#82c1787f2a65c0155ef9652466ee98d6 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.24.1-pyhd8ed1ab_0.conda#7526d20621b53440b0aae45d4797847e +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.27-pyhd8ed1ab_0.conda#a51c88c9ae1a14e6f155f729351c268c +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.0-pyhcf101f3_0.conda#704c22301912f7e37d0a92b2e7d5942d +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.15.1-pyhd8ed1ab_0.conda#ad52e7c01dc77052f8e4236bebc14daa +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe +https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 +https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 +https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c +https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 +https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d +https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe +https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 +https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec +https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 +https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded +https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 +https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 +https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 +https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b +https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 +https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 +https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 +https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 +https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 +https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 +https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad +https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 +https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d +https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.3.2-py310h1c74b4c_0.conda#7b2eb98db1e16754d0635cca2fd07170 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 +https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.2-pyhc455866_0.conda#b48504ab3f3d96be2196024d62cc1205 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From cbe92c54c38303292c2b168e5c49d66a0196baf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Apr 2026 00:12:47 +0000 Subject: [PATCH 05/17] chore: Generate build artifacts for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 72 -- .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 72 -- build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 -- build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ---------------- build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ------------------ 5 files changed, 2002 deletions(-) delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md deleted file mode 100644 index 394477e85..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md +++ /dev/null @@ -1,72 +0,0 @@ -# Change log: 2.11.7 (cpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -json5|0.13.0|0.14.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.2|patch -libexpat|2.7.4|2.7.5|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.56|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.27|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.34|patch -expat|2.7.4|2.7.5|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.24|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md deleted file mode 100644 index 99354aebc..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md +++ /dev/null @@ -1,72 +0,0 @@ -# Change log: 2.11.7 (gpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -json5|0.13.0|0.14.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.2|patch -libexpat|2.7.4|2.7.5|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.56|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.27|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.34|patch -expat|2.7.4|2.7.5|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.24|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md deleted file mode 100644 index 20b06da6a..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md +++ /dev/null @@ -1,75 +0,0 @@ -# Release notes: 2.11.7 - -Package | gpu| cpu ----|---|--- -python|3.11.11|3.11.11 -numpy|1.26.4|1.26.4 -jinja2|3.1.6|3.1.6 -pytorch|2.6.0|2.6.0 -pandas|2.3.3|2.3.3 -altair|5.5.0|5.5.0 -boto3|1.40.70|1.40.70 -ipython|8.37.0|8.37.0 -jupyter-lsp|2.3.1|2.3.1 -jupyterlab|4.4.10|4.4.10 -amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 -langchain|0.3.27|0.3.27 -jupyter-ai|2.31.7|2.31.7 -amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 -jupyter-scheduler|2.11.0|2.11.0 -amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 -amazon-sagemaker-sql-magic|0.1.4|0.1.4 -jupyterlab-lsp|5.0.3|5.0.3 -amazon_sagemaker_sql_editor|0.1.21|0.1.21 -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 -scipy|1.16.3|1.16.3 -matplotlib-base|3.10.8|3.10.8 -scikit-learn|1.7.2|1.7.2 -pip|24.3.1|24.3.1 -torchvision|0.21.0|0.21.0 -uvicorn|0.38.0|0.38.0 -autogluon|1.4.0|1.4.0 -ipywidgets|8.1.8|8.1.8 -notebook|7.4.7|7.4.7 -aws-glue-sessions|1.0.9|1.0.9 -aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 -conda|24.11.3|24.11.3 -docker-cli|27.5.1|27.5.1 -fastapi|0.121.3|0.121.3 -git-remote-codecommit|1.16|1.16 -jupyter-activity-monitor-extension|0.3.2|0.3.2 -jupyter-collaboration|2.1.5|2.1.5 -jupyter-dash|0.4.2|0.4.2 -jupyter-server-proxy|4.4.0|4.4.0 -jupyterlab-git|0.51.4|0.51.4 -keras|3.12.0|3.12.0 -langchain-aws|0.2.35|0.2.35 -mcp|1.21.2|1.21.2 -mlflow|2.22.0|2.22.0 -py-xgboost-gpu|2.1.4| -pyhive|0.7.0|0.7.0 -python-gssapi|1.10.1|1.10.1 -python-lsp-server|1.13.2|1.13.2 -s3fs|2024.12.0|2024.12.0 -sagemaker-code-editor|1.7.7|1.7.7 -sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 -sagemaker-headless-execution-driver|0.0.13|0.0.13 -sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 -sagemaker-jupyterlab-extension|0.5.4|0.5.4 -sagemaker-kernel-wrapper|0.0.6|0.0.6 -sagemaker-mlflow|0.1.1|0.1.1 -sagemaker-python-sdk|2.254.1|2.254.1 -sagemaker-studio|1.1.8|1.1.8 -sagemaker-studio-analytics-extension|0.2.4|0.2.4 -sagemaker-studio-cli|1.0.7|1.0.7 -sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 -sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 -seaborn|0.13.2|0.13.2 -strands-agents|0.3.0|0.3.0 -strands-agents-mcp-server|0.1.2|0.1.2 -strands-agents-tools|0.1.9|0.1.9 -supervisor|4.2.5|4.2.5 -tensorflow|2.18.0|2.18.0 -tf-keras|2.18.0|2.18.0 -uv|0.9.30|0.9.30 -py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out deleted file mode 100644 index a065910b0..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out +++ /dev/null @@ -1,846 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.2-h4922eb0_0.conda#2a60ab96432bc74eedbcda8a528080a1 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.56-h421ea60_0.conda#97169784f0775c85683c3d8badcea2c3 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.4-pyhcf101f3_0.conda#82c1787f2a65c0155ef9652466ee98d6 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.24.1-pyhd8ed1ab_0.conda#7526d20621b53440b0aae45d4797847e -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.27-pyhd8ed1ab_0.conda#a51c88c9ae1a14e6f155f729351c268c -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.0-pyhcf101f3_0.conda#704c22301912f7e37d0a92b2e7d5942d -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.15.1-pyhd8ed1ab_0.conda#ad52e7c01dc77052f8e4236bebc14daa -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.3.2-py310h1c74b4c_0.conda#7b2eb98db1e16754d0635cca2fd07170 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.2-pyhc455866_0.conda#b48504ab3f3d96be2196024d62cc1205 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out deleted file mode 100644 index 1914630c3..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out +++ /dev/null @@ -1,937 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.2-h4922eb0_0.conda#2a60ab96432bc74eedbcda8a528080a1 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa -https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e -https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 -https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a -https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a -https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 -https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef -https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f -https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d -https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 -https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 -https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.56-h421ea60_0.conda#97169784f0775c85683c3d8badcea2c3 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.4-pyhcf101f3_0.conda#82c1787f2a65c0155ef9652466ee98d6 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.24.1-pyhd8ed1ab_0.conda#7526d20621b53440b0aae45d4797847e -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.27-pyhd8ed1ab_0.conda#a51c88c9ae1a14e6f155f729351c268c -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.0-pyhcf101f3_0.conda#704c22301912f7e37d0a92b2e7d5942d -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.15.1-pyhd8ed1ab_0.conda#ad52e7c01dc77052f8e4236bebc14daa -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe -https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 -https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 -https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c -https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 -https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 -https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d -https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe -https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 -https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec -https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 -https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded -https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 -https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 -https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 -https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b -https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 -https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 -https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 -https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 -https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 -https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 -https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad -https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 -https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d -https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.3.2-py310h1c74b4c_0.conda#7b2eb98db1e16754d0635cca2fd07170 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 -https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.2-pyhc455866_0.conda#b48504ab3f3d96be2196024d62cc1205 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 31ec3b4033df0f201ea6da3f137d4e4fb0e38b94 Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Fri, 10 Apr 2026 01:12:00 +0000 Subject: [PATCH 06/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 78 ++ .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 78 ++ build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ++++++++++++++++ build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ++++++++++++++++++ 5 files changed, 2014 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md new file mode 100644 index 000000000..389a26d90 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -0,0 +1,78 @@ +# Change log: 2.11.7 (cpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.57|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.29|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.34|patch +expat|2.7.4|2.7.5|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.1|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.24|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md new file mode 100644 index 000000000..a8f86c00f --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -0,0 +1,78 @@ +# Change log: 2.11.7 (gpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.57|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.29|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.34|patch +expat|2.7.4|2.7.5|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.1|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.24|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md new file mode 100644 index 000000000..20b06da6a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md @@ -0,0 +1,75 @@ +# Release notes: 2.11.7 + +Package | gpu| cpu +---|---|--- +python|3.11.11|3.11.11 +numpy|1.26.4|1.26.4 +jinja2|3.1.6|3.1.6 +pytorch|2.6.0|2.6.0 +pandas|2.3.3|2.3.3 +altair|5.5.0|5.5.0 +boto3|1.40.70|1.40.70 +ipython|8.37.0|8.37.0 +jupyter-lsp|2.3.1|2.3.1 +jupyterlab|4.4.10|4.4.10 +amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 +langchain|0.3.27|0.3.27 +jupyter-ai|2.31.7|2.31.7 +amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 +jupyter-scheduler|2.11.0|2.11.0 +amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 +amazon-sagemaker-sql-magic|0.1.4|0.1.4 +jupyterlab-lsp|5.0.3|5.0.3 +amazon_sagemaker_sql_editor|0.1.21|0.1.21 +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 +scipy|1.16.3|1.16.3 +matplotlib-base|3.10.8|3.10.8 +scikit-learn|1.7.2|1.7.2 +pip|24.3.1|24.3.1 +torchvision|0.21.0|0.21.0 +uvicorn|0.38.0|0.38.0 +autogluon|1.4.0|1.4.0 +ipywidgets|8.1.8|8.1.8 +notebook|7.4.7|7.4.7 +aws-glue-sessions|1.0.9|1.0.9 +aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 +conda|24.11.3|24.11.3 +docker-cli|27.5.1|27.5.1 +fastapi|0.121.3|0.121.3 +git-remote-codecommit|1.16|1.16 +jupyter-activity-monitor-extension|0.3.2|0.3.2 +jupyter-collaboration|2.1.5|2.1.5 +jupyter-dash|0.4.2|0.4.2 +jupyter-server-proxy|4.4.0|4.4.0 +jupyterlab-git|0.51.4|0.51.4 +keras|3.12.0|3.12.0 +langchain-aws|0.2.35|0.2.35 +mcp|1.21.2|1.21.2 +mlflow|2.22.0|2.22.0 +py-xgboost-gpu|2.1.4| +pyhive|0.7.0|0.7.0 +python-gssapi|1.10.1|1.10.1 +python-lsp-server|1.13.2|1.13.2 +s3fs|2024.12.0|2024.12.0 +sagemaker-code-editor|1.7.7|1.7.7 +sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 +sagemaker-headless-execution-driver|0.0.13|0.0.13 +sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 +sagemaker-jupyterlab-extension|0.5.4|0.5.4 +sagemaker-kernel-wrapper|0.0.6|0.0.6 +sagemaker-mlflow|0.1.1|0.1.1 +sagemaker-python-sdk|2.254.1|2.254.1 +sagemaker-studio|1.1.8|1.1.8 +sagemaker-studio-analytics-extension|0.2.4|0.2.4 +sagemaker-studio-cli|1.0.7|1.0.7 +sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 +sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 +seaborn|0.13.2|0.13.2 +strands-agents|0.3.0|0.3.0 +strands-agents-mcp-server|0.1.2|0.1.2 +strands-agents-tools|0.1.9|0.1.9 +supervisor|4.2.5|4.2.5 +tensorflow|2.18.0|2.18.0 +tf-keras|2.18.0|2.18.0 +uv|0.9.30|0.9.30 +py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out new file mode 100644 index 000000000..6403cfeca --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -0,0 +1,846 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.29-pyhd8ed1ab_0.conda#c74b997bee252e6a846cac061ad4b0d3 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out new file mode 100644 index 000000000..8e7454deb --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -0,0 +1,937 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa +https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e +https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 +https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a +https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a +https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 +https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef +https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f +https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d +https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 +https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 +https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.29-pyhd8ed1ab_0.conda#c74b997bee252e6a846cac061ad4b0d3 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe +https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 +https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 +https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c +https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 +https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d +https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe +https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 +https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec +https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 +https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded +https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 +https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 +https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 +https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b +https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 +https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 +https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 +https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 +https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 +https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 +https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad +https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 +https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d +https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 +https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 3f3ed4684e7fa10850abc6447acd75fe5131f1ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Apr 2026 00:13:04 +0000 Subject: [PATCH 07/17] chore: Generate build artifacts for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 78 -- .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 78 -- build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 -- build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ---------------- build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ------------------ 5 files changed, 2014 deletions(-) delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md deleted file mode 100644 index 389a26d90..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md +++ /dev/null @@ -1,78 +0,0 @@ -# Change log: 2.11.7 (cpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.57|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.29|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.34|patch -expat|2.7.4|2.7.5|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.1|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.24|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md deleted file mode 100644 index a8f86c00f..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md +++ /dev/null @@ -1,78 +0,0 @@ -# Change log: 2.11.7 (gpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.57|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.29|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.34|patch -expat|2.7.4|2.7.5|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.1|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.24|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md deleted file mode 100644 index 20b06da6a..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md +++ /dev/null @@ -1,75 +0,0 @@ -# Release notes: 2.11.7 - -Package | gpu| cpu ----|---|--- -python|3.11.11|3.11.11 -numpy|1.26.4|1.26.4 -jinja2|3.1.6|3.1.6 -pytorch|2.6.0|2.6.0 -pandas|2.3.3|2.3.3 -altair|5.5.0|5.5.0 -boto3|1.40.70|1.40.70 -ipython|8.37.0|8.37.0 -jupyter-lsp|2.3.1|2.3.1 -jupyterlab|4.4.10|4.4.10 -amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 -langchain|0.3.27|0.3.27 -jupyter-ai|2.31.7|2.31.7 -amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 -jupyter-scheduler|2.11.0|2.11.0 -amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 -amazon-sagemaker-sql-magic|0.1.4|0.1.4 -jupyterlab-lsp|5.0.3|5.0.3 -amazon_sagemaker_sql_editor|0.1.21|0.1.21 -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 -scipy|1.16.3|1.16.3 -matplotlib-base|3.10.8|3.10.8 -scikit-learn|1.7.2|1.7.2 -pip|24.3.1|24.3.1 -torchvision|0.21.0|0.21.0 -uvicorn|0.38.0|0.38.0 -autogluon|1.4.0|1.4.0 -ipywidgets|8.1.8|8.1.8 -notebook|7.4.7|7.4.7 -aws-glue-sessions|1.0.9|1.0.9 -aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 -conda|24.11.3|24.11.3 -docker-cli|27.5.1|27.5.1 -fastapi|0.121.3|0.121.3 -git-remote-codecommit|1.16|1.16 -jupyter-activity-monitor-extension|0.3.2|0.3.2 -jupyter-collaboration|2.1.5|2.1.5 -jupyter-dash|0.4.2|0.4.2 -jupyter-server-proxy|4.4.0|4.4.0 -jupyterlab-git|0.51.4|0.51.4 -keras|3.12.0|3.12.0 -langchain-aws|0.2.35|0.2.35 -mcp|1.21.2|1.21.2 -mlflow|2.22.0|2.22.0 -py-xgboost-gpu|2.1.4| -pyhive|0.7.0|0.7.0 -python-gssapi|1.10.1|1.10.1 -python-lsp-server|1.13.2|1.13.2 -s3fs|2024.12.0|2024.12.0 -sagemaker-code-editor|1.7.7|1.7.7 -sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 -sagemaker-headless-execution-driver|0.0.13|0.0.13 -sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 -sagemaker-jupyterlab-extension|0.5.4|0.5.4 -sagemaker-kernel-wrapper|0.0.6|0.0.6 -sagemaker-mlflow|0.1.1|0.1.1 -sagemaker-python-sdk|2.254.1|2.254.1 -sagemaker-studio|1.1.8|1.1.8 -sagemaker-studio-analytics-extension|0.2.4|0.2.4 -sagemaker-studio-cli|1.0.7|1.0.7 -sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 -sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 -seaborn|0.13.2|0.13.2 -strands-agents|0.3.0|0.3.0 -strands-agents-mcp-server|0.1.2|0.1.2 -strands-agents-tools|0.1.9|0.1.9 -supervisor|4.2.5|4.2.5 -tensorflow|2.18.0|2.18.0 -tf-keras|2.18.0|2.18.0 -uv|0.9.30|0.9.30 -py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out deleted file mode 100644 index 6403cfeca..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out +++ /dev/null @@ -1,846 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.29-pyhd8ed1ab_0.conda#c74b997bee252e6a846cac061ad4b0d3 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out deleted file mode 100644 index 8e7454deb..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out +++ /dev/null @@ -1,937 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda#c7c83eecbb72d88b940c249af56c8b17 -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa -https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e -https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 -https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a -https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a -https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 -https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef -https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f -https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d -https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 -https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 -https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda#8397539e3a0bbd1695584fb4f927485a -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda#c85c76dc67d75619a92f51dfbce06992 -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.29-pyhd8ed1ab_0.conda#c74b997bee252e6a846cac061ad4b0d3 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.34-pyhcf101f3_0.conda#3a2bf676d046199a2c7a91723e620fca -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.1-pyhcf101f3_0.conda#fdc43b218752a4786880c0c019d5dcdb -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.3-pyhcf101f3_0.conda#7a6289c50631d620652f5045a63eb573 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-5.2.1-pyhd8ed1ab_0.conda#8b3a140257d8ecadb9aaa4caec4ad1ce -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.24-pyhcf101f3_0.conda#f319dd7ebed160df398fda1141fa263d -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe -https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 -https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 -https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c -https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 -https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 -https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d -https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe -https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 -https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec -https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 -https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded -https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 -https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 -https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 -https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b -https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 -https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 -https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 -https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 -https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 -https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 -https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad -https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 -https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d -https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 -https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.40.0-pyhd8ed1ab_0.conda#ab1d4e7d26d5cbc8a4ae950c3b99b1ba -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.61b0-pyhd8ed1ab_0.conda#2fe41077016d5e98e67071625a99ebb4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.40.0-pyhd8ed1ab_0.conda#54e10f4d26f6c9ae44778b0cd6d99257 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.61b0-pyhd8ed1ab_0.conda#dcaaa39d1e7b3c40b5c7f094c24c157f -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.61b0-pyhd8ed1ab_0.conda#aca88dd0365082017889821a60176ec3 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 00dc4c5b14f6774396a2282cbfc36091f15f4f09 Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Mon, 13 Apr 2026 01:10:03 +0000 Subject: [PATCH 08/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 89 ++ .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 89 ++ build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ++++++++++++++++ build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ++++++++++++++++++ 5 files changed, 2036 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md new file mode 100644 index 000000000..c6276dc8e --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -0,0 +1,89 @@ +# Change log: 2.11.7 (cpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.0.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.57|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.30|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.37|patch +expat|2.7.4|2.7.5|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.1|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md new file mode 100644 index 000000000..acedb7a8d --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -0,0 +1,89 @@ +# Change log: 2.11.7 (gpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.0.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.57|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.30|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.37|patch +expat|2.7.4|2.7.5|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.1|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md new file mode 100644 index 000000000..20b06da6a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md @@ -0,0 +1,75 @@ +# Release notes: 2.11.7 + +Package | gpu| cpu +---|---|--- +python|3.11.11|3.11.11 +numpy|1.26.4|1.26.4 +jinja2|3.1.6|3.1.6 +pytorch|2.6.0|2.6.0 +pandas|2.3.3|2.3.3 +altair|5.5.0|5.5.0 +boto3|1.40.70|1.40.70 +ipython|8.37.0|8.37.0 +jupyter-lsp|2.3.1|2.3.1 +jupyterlab|4.4.10|4.4.10 +amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 +langchain|0.3.27|0.3.27 +jupyter-ai|2.31.7|2.31.7 +amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 +jupyter-scheduler|2.11.0|2.11.0 +amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 +amazon-sagemaker-sql-magic|0.1.4|0.1.4 +jupyterlab-lsp|5.0.3|5.0.3 +amazon_sagemaker_sql_editor|0.1.21|0.1.21 +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 +scipy|1.16.3|1.16.3 +matplotlib-base|3.10.8|3.10.8 +scikit-learn|1.7.2|1.7.2 +pip|24.3.1|24.3.1 +torchvision|0.21.0|0.21.0 +uvicorn|0.38.0|0.38.0 +autogluon|1.4.0|1.4.0 +ipywidgets|8.1.8|8.1.8 +notebook|7.4.7|7.4.7 +aws-glue-sessions|1.0.9|1.0.9 +aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 +conda|24.11.3|24.11.3 +docker-cli|27.5.1|27.5.1 +fastapi|0.121.3|0.121.3 +git-remote-codecommit|1.16|1.16 +jupyter-activity-monitor-extension|0.3.2|0.3.2 +jupyter-collaboration|2.1.5|2.1.5 +jupyter-dash|0.4.2|0.4.2 +jupyter-server-proxy|4.4.0|4.4.0 +jupyterlab-git|0.51.4|0.51.4 +keras|3.12.0|3.12.0 +langchain-aws|0.2.35|0.2.35 +mcp|1.21.2|1.21.2 +mlflow|2.22.0|2.22.0 +py-xgboost-gpu|2.1.4| +pyhive|0.7.0|0.7.0 +python-gssapi|1.10.1|1.10.1 +python-lsp-server|1.13.2|1.13.2 +s3fs|2024.12.0|2024.12.0 +sagemaker-code-editor|1.7.7|1.7.7 +sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 +sagemaker-headless-execution-driver|0.0.13|0.0.13 +sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 +sagemaker-jupyterlab-extension|0.5.4|0.5.4 +sagemaker-kernel-wrapper|0.0.6|0.0.6 +sagemaker-mlflow|0.1.1|0.1.1 +sagemaker-python-sdk|2.254.1|2.254.1 +sagemaker-studio|1.1.8|1.1.8 +sagemaker-studio-analytics-extension|0.2.4|0.2.4 +sagemaker-studio-cli|1.0.7|1.0.7 +sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 +sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 +seaborn|0.13.2|0.13.2 +strands-agents|0.3.0|0.3.0 +strands-agents-mcp-server|0.1.2|0.1.2 +strands-agents-tools|0.1.9|0.1.9 +supervisor|4.2.5|4.2.5 +tensorflow|2.18.0|2.18.0 +tf-keras|2.18.0|2.18.0 +uv|0.9.30|0.9.30 +py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out new file mode 100644 index 000000000..d69459535 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -0,0 +1,846 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.0.0-pyhd8ed1ab_0.conda#724309d702b3a44f59987f9be424c040 +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.30-pyhd8ed1ab_0.conda#3b289ed3bb0218f787d2aa3d1e32e2d7 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.37-pyhcf101f3_0.conda#a252e01ddc9c563bb4555a27fe256fc8 +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out new file mode 100644 index 000000000..3604e2abb --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -0,0 +1,937 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa +https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e +https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 +https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a +https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a +https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 +https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef +https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f +https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d +https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 +https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 +https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.0.0-pyhd8ed1ab_0.conda#724309d702b3a44f59987f9be424c040 +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.30-pyhd8ed1ab_0.conda#3b289ed3bb0218f787d2aa3d1e32e2d7 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.37-pyhcf101f3_0.conda#a252e01ddc9c563bb4555a27fe256fc8 +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe +https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 +https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 +https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c +https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 +https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d +https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe +https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 +https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec +https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 +https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded +https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 +https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 +https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 +https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b +https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 +https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 +https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 +https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 +https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 +https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 +https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad +https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 +https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d +https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 +https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 5553e804a2f7009d2df54608471893b4a1aaee8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Apr 2026 17:30:03 +0000 Subject: [PATCH 09/17] chore: Generate build artifacts for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 89 -- .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 89 -- build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 -- build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ---------------- build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ------------------ 5 files changed, 2036 deletions(-) delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md deleted file mode 100644 index c6276dc8e..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md +++ /dev/null @@ -1,89 +0,0 @@ -# Change log: 2.11.7 (cpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -importlib_resources|6.5.2|7.0.0|major -gdown|5.2.1|6.0.0|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -opentelemetry-api|1.40.0|1.41.0|minor -opentelemetry-sdk|1.40.0|1.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -liblzma|5.8.2|5.8.3|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.57|patch -libjpeg-turbo|3.1.2|3.1.4.1|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.30|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.37|patch -expat|2.7.4|2.7.5|patch -google-auth|2.49.1|2.49.2|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.1|patch -rich|14.3.3|14.3.4|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.26|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch -opentelemetry-semantic-conventions|0.61b0|0.62b0| -opentelemetry-instrumentation|0.61b0|0.62b0| -opentelemetry-instrumentation-threading|0.61b0|0.62b0| diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md deleted file mode 100644 index acedb7a8d..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md +++ /dev/null @@ -1,89 +0,0 @@ -# Change log: 2.11.7 (gpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -importlib_resources|6.5.2|7.0.0|major -gdown|5.2.1|6.0.0|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -opentelemetry-api|1.40.0|1.41.0|minor -opentelemetry-sdk|1.40.0|1.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -liblzma|5.8.2|5.8.3|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.57|patch -libjpeg-turbo|3.1.2|3.1.4.1|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.30|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.37|patch -expat|2.7.4|2.7.5|patch -google-auth|2.49.1|2.49.2|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.1|patch -rich|14.3.3|14.3.4|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.26|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch -opentelemetry-semantic-conventions|0.61b0|0.62b0| -opentelemetry-instrumentation|0.61b0|0.62b0| -opentelemetry-instrumentation-threading|0.61b0|0.62b0| diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md deleted file mode 100644 index 20b06da6a..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md +++ /dev/null @@ -1,75 +0,0 @@ -# Release notes: 2.11.7 - -Package | gpu| cpu ----|---|--- -python|3.11.11|3.11.11 -numpy|1.26.4|1.26.4 -jinja2|3.1.6|3.1.6 -pytorch|2.6.0|2.6.0 -pandas|2.3.3|2.3.3 -altair|5.5.0|5.5.0 -boto3|1.40.70|1.40.70 -ipython|8.37.0|8.37.0 -jupyter-lsp|2.3.1|2.3.1 -jupyterlab|4.4.10|4.4.10 -amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 -langchain|0.3.27|0.3.27 -jupyter-ai|2.31.7|2.31.7 -amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 -jupyter-scheduler|2.11.0|2.11.0 -amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 -amazon-sagemaker-sql-magic|0.1.4|0.1.4 -jupyterlab-lsp|5.0.3|5.0.3 -amazon_sagemaker_sql_editor|0.1.21|0.1.21 -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 -scipy|1.16.3|1.16.3 -matplotlib-base|3.10.8|3.10.8 -scikit-learn|1.7.2|1.7.2 -pip|24.3.1|24.3.1 -torchvision|0.21.0|0.21.0 -uvicorn|0.38.0|0.38.0 -autogluon|1.4.0|1.4.0 -ipywidgets|8.1.8|8.1.8 -notebook|7.4.7|7.4.7 -aws-glue-sessions|1.0.9|1.0.9 -aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 -conda|24.11.3|24.11.3 -docker-cli|27.5.1|27.5.1 -fastapi|0.121.3|0.121.3 -git-remote-codecommit|1.16|1.16 -jupyter-activity-monitor-extension|0.3.2|0.3.2 -jupyter-collaboration|2.1.5|2.1.5 -jupyter-dash|0.4.2|0.4.2 -jupyter-server-proxy|4.4.0|4.4.0 -jupyterlab-git|0.51.4|0.51.4 -keras|3.12.0|3.12.0 -langchain-aws|0.2.35|0.2.35 -mcp|1.21.2|1.21.2 -mlflow|2.22.0|2.22.0 -py-xgboost-gpu|2.1.4| -pyhive|0.7.0|0.7.0 -python-gssapi|1.10.1|1.10.1 -python-lsp-server|1.13.2|1.13.2 -s3fs|2024.12.0|2024.12.0 -sagemaker-code-editor|1.7.7|1.7.7 -sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 -sagemaker-headless-execution-driver|0.0.13|0.0.13 -sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 -sagemaker-jupyterlab-extension|0.5.4|0.5.4 -sagemaker-kernel-wrapper|0.0.6|0.0.6 -sagemaker-mlflow|0.1.1|0.1.1 -sagemaker-python-sdk|2.254.1|2.254.1 -sagemaker-studio|1.1.8|1.1.8 -sagemaker-studio-analytics-extension|0.2.4|0.2.4 -sagemaker-studio-cli|1.0.7|1.0.7 -sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 -sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 -seaborn|0.13.2|0.13.2 -strands-agents|0.3.0|0.3.0 -strands-agents-mcp-server|0.1.2|0.1.2 -strands-agents-tools|0.1.9|0.1.9 -supervisor|4.2.5|4.2.5 -tensorflow|2.18.0|2.18.0 -tf-keras|2.18.0|2.18.0 -uv|0.9.30|0.9.30 -py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out deleted file mode 100644 index d69459535..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out +++ /dev/null @@ -1,846 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.0.0-pyhd8ed1ab_0.conda#724309d702b3a44f59987f9be424c040 -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.30-pyhd8ed1ab_0.conda#3b289ed3bb0218f787d2aa3d1e32e2d7 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.37-pyhcf101f3_0.conda#a252e01ddc9c563bb4555a27fe256fc8 -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out deleted file mode 100644 index 3604e2abb..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out +++ /dev/null @@ -1,937 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa -https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e -https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 -https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a -https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a -https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 -https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef -https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f -https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d -https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 -https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 -https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.0.0-pyhd8ed1ab_0.conda#724309d702b3a44f59987f9be424c040 -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda#08d407f0331ff8e871db23bec7eef83c -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.12.5-pyhcf101f3_1.conda#c3946ed24acdb28db1b5d63321dbca7d -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.30-pyhd8ed1ab_0.conda#3b289ed3bb0218f787d2aa3d1e32e2d7 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.37-pyhcf101f3_0.conda#a252e01ddc9c563bb4555a27fe256fc8 -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.5.1-pyhcf101f3_0.conda#bdb3de24557a6b6e6283d2ed5daf8e01 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.5.1-h68ee47b_0.conda#2db7e3845fd0312feb39c020aaf21302 -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_0.conda#877e070228a8627171a0accb22c5a6c6 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe -https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 -https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 -https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c -https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 -https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 -https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d -https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe -https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 -https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec -https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 -https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded -https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 -https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 -https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 -https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b -https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 -https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 -https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 -https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 -https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 -https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 -https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad -https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 -https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d -https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.1-py311h1ddb823_0.conda#304c56966f0579c0f79e192b1a7de1e9 -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.1-hca7485f_0.conda#4d7fae71db03d05ed46de7bccb158f00 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 -https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From b117bfd19c6d19ef9795f741c78aaceda31808b4 Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Mon, 13 Apr 2026 18:27:22 +0000 Subject: [PATCH 10/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 95 ++ .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 95 ++ build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ++++++++++++++++ build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ++++++++++++++++++ 5 files changed, 2048 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md new file mode 100644 index 000000000..fdccf855c --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -0,0 +1,95 @@ +# Change log: 2.11.7 (cpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.1.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +pydantic-core|2.41.5|2.46.0|minor +pydantic|2.12.5|2.13.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +smart_open|7.5.1|7.6.0|minor +smart-open|7.5.1|7.6.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.57|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.30|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.37|patch +expat|2.7.4|2.7.5|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.1|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +python-duckdb|1.5.1|1.5.2|patch +duckdb|1.5.1|1.5.2|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md new file mode 100644 index 000000000..910c19534 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -0,0 +1,95 @@ +# Change log: 2.11.7 (gpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.1.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +pydantic-core|2.41.5|2.46.0|minor +pydantic|2.12.5|2.13.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +smart_open|7.5.1|7.6.0|minor +smart-open|7.5.1|7.6.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.57|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.30|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.37|patch +expat|2.7.4|2.7.5|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.1|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +python-duckdb|1.5.1|1.5.2|patch +duckdb|1.5.1|1.5.2|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md new file mode 100644 index 000000000..20b06da6a --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md @@ -0,0 +1,75 @@ +# Release notes: 2.11.7 + +Package | gpu| cpu +---|---|--- +python|3.11.11|3.11.11 +numpy|1.26.4|1.26.4 +jinja2|3.1.6|3.1.6 +pytorch|2.6.0|2.6.0 +pandas|2.3.3|2.3.3 +altair|5.5.0|5.5.0 +boto3|1.40.70|1.40.70 +ipython|8.37.0|8.37.0 +jupyter-lsp|2.3.1|2.3.1 +jupyterlab|4.4.10|4.4.10 +amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 +langchain|0.3.27|0.3.27 +jupyter-ai|2.31.7|2.31.7 +amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 +jupyter-scheduler|2.11.0|2.11.0 +amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 +amazon-sagemaker-sql-magic|0.1.4|0.1.4 +jupyterlab-lsp|5.0.3|5.0.3 +amazon_sagemaker_sql_editor|0.1.21|0.1.21 +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 +scipy|1.16.3|1.16.3 +matplotlib-base|3.10.8|3.10.8 +scikit-learn|1.7.2|1.7.2 +pip|24.3.1|24.3.1 +torchvision|0.21.0|0.21.0 +uvicorn|0.38.0|0.38.0 +autogluon|1.4.0|1.4.0 +ipywidgets|8.1.8|8.1.8 +notebook|7.4.7|7.4.7 +aws-glue-sessions|1.0.9|1.0.9 +aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 +conda|24.11.3|24.11.3 +docker-cli|27.5.1|27.5.1 +fastapi|0.121.3|0.121.3 +git-remote-codecommit|1.16|1.16 +jupyter-activity-monitor-extension|0.3.2|0.3.2 +jupyter-collaboration|2.1.5|2.1.5 +jupyter-dash|0.4.2|0.4.2 +jupyter-server-proxy|4.4.0|4.4.0 +jupyterlab-git|0.51.4|0.51.4 +keras|3.12.0|3.12.0 +langchain-aws|0.2.35|0.2.35 +mcp|1.21.2|1.21.2 +mlflow|2.22.0|2.22.0 +py-xgboost-gpu|2.1.4| +pyhive|0.7.0|0.7.0 +python-gssapi|1.10.1|1.10.1 +python-lsp-server|1.13.2|1.13.2 +s3fs|2024.12.0|2024.12.0 +sagemaker-code-editor|1.7.7|1.7.7 +sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 +sagemaker-headless-execution-driver|0.0.13|0.0.13 +sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 +sagemaker-jupyterlab-extension|0.5.4|0.5.4 +sagemaker-kernel-wrapper|0.0.6|0.0.6 +sagemaker-mlflow|0.1.1|0.1.1 +sagemaker-python-sdk|2.254.1|2.254.1 +sagemaker-studio|1.1.8|1.1.8 +sagemaker-studio-analytics-extension|0.2.4|0.2.4 +sagemaker-studio-cli|1.0.7|1.0.7 +sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 +sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 +seaborn|0.13.2|0.13.2 +strands-agents|0.3.0|0.3.0 +strands-agents-mcp-server|0.1.2|0.1.2 +strands-agents-tools|0.1.9|0.1.9 +supervisor|4.2.5|4.2.5 +tensorflow|2.18.0|2.18.0 +tf-keras|2.18.0|2.18.0 +uv|0.9.30|0.9.30 +py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out new file mode 100644 index 000000000..e669e86b0 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -0,0 +1,846 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.0-py311h902ca64_0.conda#ab0d6303704f5986c0e0594e3eb60e34 +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.0-pyhcf101f3_0.conda#c176d6075acee8d6847988b7865bd1af +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.30-pyhd8ed1ab_0.conda#3b289ed3bb0218f787d2aa3d1e32e2d7 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.37-pyhcf101f3_0.conda#a252e01ddc9c563bb4555a27fe256fc8 +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out new file mode 100644 index 000000000..e5143ba1c --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -0,0 +1,937 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa +https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e +https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 +https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a +https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a +https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 +https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef +https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f +https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d +https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 +https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 +https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.0-py311h902ca64_0.conda#ab0d6303704f5986c0e0594e3eb60e34 +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.0-pyhcf101f3_0.conda#c176d6075acee8d6847988b7865bd1af +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.30-pyhd8ed1ab_0.conda#3b289ed3bb0218f787d2aa3d1e32e2d7 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.37-pyhcf101f3_0.conda#a252e01ddc9c563bb4555a27fe256fc8 +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe +https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 +https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 +https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c +https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 +https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d +https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe +https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 +https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec +https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 +https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded +https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 +https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 +https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 +https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b +https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 +https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 +https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 +https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 +https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 +https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 +https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad +https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 +https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d +https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 +https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 3270709a3ea0af214585826fe326cafecd8723ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Apr 2026 20:16:35 +0000 Subject: [PATCH 11/17] chore: Generate build artifacts for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 95 -- .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 95 -- build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 -- build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 846 ---------------- .../sagemaker-ui/sagemaker_ui_post_startup.sh | 18 +- build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 937 ------------------ 6 files changed, 9 insertions(+), 2057 deletions(-) delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md deleted file mode 100644 index fdccf855c..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md +++ /dev/null @@ -1,95 +0,0 @@ -# Change log: 2.11.7 (cpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -importlib_resources|6.5.2|7.1.0|major -gdown|5.2.1|6.0.0|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -pydantic-core|2.41.5|2.46.0|minor -pydantic|2.12.5|2.13.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -smart_open|7.5.1|7.6.0|minor -smart-open|7.5.1|7.6.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -opentelemetry-api|1.40.0|1.41.0|minor -opentelemetry-sdk|1.40.0|1.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -liblzma|5.8.2|5.8.3|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.57|patch -libjpeg-turbo|3.1.2|3.1.4.1|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.30|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.37|patch -expat|2.7.4|2.7.5|patch -google-auth|2.49.1|2.49.2|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.1|patch -rich|14.3.3|14.3.4|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.26|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -python-duckdb|1.5.1|1.5.2|patch -duckdb|1.5.1|1.5.2|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch -opentelemetry-semantic-conventions|0.61b0|0.62b0| -opentelemetry-instrumentation|0.61b0|0.62b0| -opentelemetry-instrumentation-threading|0.61b0|0.62b0| diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md deleted file mode 100644 index 910c19534..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md +++ /dev/null @@ -1,95 +0,0 @@ -# Change log: 2.11.7 (gpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -importlib_resources|6.5.2|7.1.0|major -gdown|5.2.1|6.0.0|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -pydantic-core|2.41.5|2.46.0|minor -pydantic|2.12.5|2.13.0|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -smart_open|7.5.1|7.6.0|minor -smart-open|7.5.1|7.6.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -opentelemetry-api|1.40.0|1.41.0|minor -opentelemetry-sdk|1.40.0|1.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -liblzma|5.8.2|5.8.3|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.57|patch -libjpeg-turbo|3.1.2|3.1.4.1|patch -aiohttp|3.13.3|3.13.5|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.30|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.37|patch -expat|2.7.4|2.7.5|patch -google-auth|2.49.1|2.49.2|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.1|patch -rich|14.3.3|14.3.4|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.26|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -python-duckdb|1.5.1|1.5.2|patch -duckdb|1.5.1|1.5.2|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch -opentelemetry-semantic-conventions|0.61b0|0.62b0| -opentelemetry-instrumentation|0.61b0|0.62b0| -opentelemetry-instrumentation-threading|0.61b0|0.62b0| diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md deleted file mode 100644 index 20b06da6a..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md +++ /dev/null @@ -1,75 +0,0 @@ -# Release notes: 2.11.7 - -Package | gpu| cpu ----|---|--- -python|3.11.11|3.11.11 -numpy|1.26.4|1.26.4 -jinja2|3.1.6|3.1.6 -pytorch|2.6.0|2.6.0 -pandas|2.3.3|2.3.3 -altair|5.5.0|5.5.0 -boto3|1.40.70|1.40.70 -ipython|8.37.0|8.37.0 -jupyter-lsp|2.3.1|2.3.1 -jupyterlab|4.4.10|4.4.10 -amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 -langchain|0.3.27|0.3.27 -jupyter-ai|2.31.7|2.31.7 -amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 -jupyter-scheduler|2.11.0|2.11.0 -amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 -amazon-sagemaker-sql-magic|0.1.4|0.1.4 -jupyterlab-lsp|5.0.3|5.0.3 -amazon_sagemaker_sql_editor|0.1.21|0.1.21 -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.5 -scipy|1.16.3|1.16.3 -matplotlib-base|3.10.8|3.10.8 -scikit-learn|1.7.2|1.7.2 -pip|24.3.1|24.3.1 -torchvision|0.21.0|0.21.0 -uvicorn|0.38.0|0.38.0 -autogluon|1.4.0|1.4.0 -ipywidgets|8.1.8|8.1.8 -notebook|7.4.7|7.4.7 -aws-glue-sessions|1.0.9|1.0.9 -aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 -conda|24.11.3|24.11.3 -docker-cli|27.5.1|27.5.1 -fastapi|0.121.3|0.121.3 -git-remote-codecommit|1.16|1.16 -jupyter-activity-monitor-extension|0.3.2|0.3.2 -jupyter-collaboration|2.1.5|2.1.5 -jupyter-dash|0.4.2|0.4.2 -jupyter-server-proxy|4.4.0|4.4.0 -jupyterlab-git|0.51.4|0.51.4 -keras|3.12.0|3.12.0 -langchain-aws|0.2.35|0.2.35 -mcp|1.21.2|1.21.2 -mlflow|2.22.0|2.22.0 -py-xgboost-gpu|2.1.4| -pyhive|0.7.0|0.7.0 -python-gssapi|1.10.1|1.10.1 -python-lsp-server|1.13.2|1.13.2 -s3fs|2024.12.0|2024.12.0 -sagemaker-code-editor|1.7.7|1.7.7 -sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 -sagemaker-headless-execution-driver|0.0.13|0.0.13 -sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 -sagemaker-jupyterlab-extension|0.5.4|0.5.4 -sagemaker-kernel-wrapper|0.0.6|0.0.6 -sagemaker-mlflow|0.1.1|0.1.1 -sagemaker-python-sdk|2.254.1|2.254.1 -sagemaker-studio|1.1.8|1.1.8 -sagemaker-studio-analytics-extension|0.2.4|0.2.4 -sagemaker-studio-cli|1.0.7|1.0.7 -sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 -sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 -seaborn|0.13.2|0.13.2 -strands-agents|0.3.0|0.3.0 -strands-agents-mcp-server|0.1.2|0.1.2 -strands-agents-tools|0.1.9|0.1.9 -supervisor|4.2.5|4.2.5 -tensorflow|2.18.0|2.18.0 -tf-keras|2.18.0|2.18.0 -uv|0.9.30|0.9.30 -py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out deleted file mode 100644 index e669e86b0..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out +++ /dev/null @@ -1,846 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.0-py311h902ca64_0.conda#ab0d6303704f5986c0e0594e3eb60e34 -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.0-pyhcf101f3_0.conda#c176d6075acee8d6847988b7865bd1af -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.30-pyhd8ed1ab_0.conda#3b289ed3bb0218f787d2aa3d1e32e2d7 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.37-pyhcf101f3_0.conda#a252e01ddc9c563bb4555a27fe256fc8 -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh index cd5170372..dc58f77a1 100644 --- a/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh @@ -91,19 +91,19 @@ c.Application.logging_config = { EOT fi -# Add debug call to get domain info +# Check if domain is in express mode by looking for a default IAM connection if [ ! -z "$dataZoneEndPoint" ]; then - domain_response=$(aws datazone get-domain --debug --endpoint-url "$dataZoneEndPoint" --identifier "$dataZoneDomainId" --region "$dataZoneDomainRegion" 2>&1) - + iam_connections=$(aws datazone list-connections --endpoint-url "$dataZoneEndPoint" --domain-identifier "$dataZoneDomainId" --project-identifier "$dataZoneProjectId" --type IAM --name "default.iam" --region "$dataZoneDomainRegion" --query "items" --output json 2>&1) else - domain_response=$(aws datazone get-domain --debug --identifier "$dataZoneDomainId" --region "$dataZoneDomainRegion" 2>&1) + iam_connections=$(aws datazone list-connections --domain-identifier "$dataZoneDomainId" --project-identifier "$dataZoneProjectId" --type IAM --name "default.iam" --region "$dataZoneDomainRegion" --query "items" --output json 2>&1) fi -# Check if domain is in express mode -response_body=$(echo "$domain_response" | grep -A1 "Response body:" | tail -n1 | sed 's/^b'\''//;s/'\''$//') -# Remove leading/trailing whitespace and the 'b' prefix -cleaned_response=$(echo "$response_body" | sed 's/\\n//g') -is_express_mode=$(echo "$cleaned_response" | jq -r '((.preferences.DOMAIN_MODE // null) == "EXPRESS") or ((.domainVersion // null) == "V2" and ((.iamSignIns // []) | contains(["IAM_ROLE"]) and contains(["IAM_USER"])))') +iam_connection_count=$(echo "$iam_connections" | jq -r 'if type == "array" then length else 0 end' 2>/dev/null || echo "0") +if [ "$iam_connection_count" -gt 0 ]; then + is_express_mode="true" +else + is_express_mode="false" +fi if [ "$is_express_mode" = "true" ]; then echo "Domain is in express mode. Using default credentials" diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out deleted file mode 100644 index e5143ba1c..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out +++ /dev/null @@ -1,937 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa -https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e -https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 -https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a -https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a -https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 -https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef -https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f -https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d -https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 -https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 -https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda#30cd29cb87d819caead4d55184c1d115 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.0-py311h902ca64_0.conda#ab0d6303704f5986c0e0594e3eb60e34 -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.0-pyhcf101f3_0.conda#c176d6075acee8d6847988b7865bd1af -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.30-pyhd8ed1ab_0.conda#3b289ed3bb0218f787d2aa3d1e32e2d7 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.5-pyhd8ed1ab_0.conda#e00369831017075d583cdd2ac5695144 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.37-pyhcf101f3_0.conda#a252e01ddc9c563bb4555a27fe256fc8 -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.1-pyhcf101f3_0.conda#fa76df129efc4550f272d8668acbe658 -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_0.conda#20b895c8ee56603bd0a64e57d310bea6 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe -https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 -https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 -https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c -https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 -https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 -https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d -https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe -https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 -https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec -https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 -https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded -https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 -https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 -https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 -https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b -https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 -https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 -https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 -https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 -https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 -https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 -https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad -https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 -https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d -https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 -https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.8-pyhd8ed1ab_0.conda#4bc155f2f5687fe31fdfa027392d3a14 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 6cdb16e41e4c51c01c30c987abe8c580723a5e9f Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Tue, 14 Apr 2026 21:14:11 +0000 Subject: [PATCH 12/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 104 ++ .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 104 ++ build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 847 ++++++++++++++++ build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 938 ++++++++++++++++++ 5 files changed, 2068 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md new file mode 100644 index 000000000..a701d1250 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -0,0 +1,104 @@ +# Change log: 2.11.7 (cpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio|1.1.8|1.1.12|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.1.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +pydantic-core|2.41.5|2.46.0|minor +pydantic|2.12.5|2.13.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +smart_open|7.5.1|7.6.0|minor +smart-open|7.5.1|7.6.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.57|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +zipp|3.23.0|3.23.1|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.31|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.39|patch +expat|2.7.4|2.7.5|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.3|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +python-duckdb|1.5.1|1.5.2|patch +duckdb|1.5.1|1.5.2|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| + +### New + +Package | Version +---|--- +sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md new file mode 100644 index 000000000..c3b04f9e5 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -0,0 +1,104 @@ +# Change log: 2.11.7 (gpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio|1.1.8|1.1.12|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.1.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +pydantic-core|2.41.5|2.46.0|minor +pydantic|2.12.5|2.13.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +smart_open|7.5.1|7.6.0|minor +smart-open|7.5.1|7.6.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.57|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +zipp|3.23.0|3.23.1|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.31|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.39|patch +expat|2.7.4|2.7.5|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.3|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +python-duckdb|1.5.1|1.5.2|patch +duckdb|1.5.1|1.5.2|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| + +### New + +Package | Version +---|--- +sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md new file mode 100644 index 000000000..4fe8f64c9 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md @@ -0,0 +1,75 @@ +# Release notes: 2.11.7 + +Package | gpu| cpu +---|---|--- +python|3.11.11|3.11.11 +numpy|1.26.4|1.26.4 +jinja2|3.1.6|3.1.6 +pytorch|2.6.0|2.6.0 +pandas|2.3.3|2.3.3 +altair|5.5.0|5.5.0 +boto3|1.40.70|1.40.70 +ipython|8.37.0|8.37.0 +jupyter-lsp|2.3.1|2.3.1 +jupyterlab|4.4.10|4.4.10 +amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 +langchain|0.3.27|0.3.27 +jupyter-ai|2.31.7|2.31.7 +amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 +jupyter-scheduler|2.11.0|2.11.0 +amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 +amazon-sagemaker-sql-magic|0.1.4|0.1.4 +jupyterlab-lsp|5.0.3|5.0.3 +amazon_sagemaker_sql_editor|0.1.21|0.1.21 +amzn-sagemaker-aiops-jupyterlab-extension|1.0.6|1.0.6 +scipy|1.16.3|1.16.3 +matplotlib-base|3.10.8|3.10.8 +scikit-learn|1.7.2|1.7.2 +pip|24.3.1|24.3.1 +torchvision|0.21.0|0.21.0 +uvicorn|0.38.0|0.38.0 +autogluon|1.4.0|1.4.0 +ipywidgets|8.1.8|8.1.8 +notebook|7.4.7|7.4.7 +aws-glue-sessions|1.0.9|1.0.9 +aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 +conda|24.11.3|24.11.3 +docker-cli|27.5.1|27.5.1 +fastapi|0.121.3|0.121.3 +git-remote-codecommit|1.16|1.16 +jupyter-activity-monitor-extension|0.3.2|0.3.2 +jupyter-collaboration|2.1.5|2.1.5 +jupyter-dash|0.4.2|0.4.2 +jupyter-server-proxy|4.4.0|4.4.0 +jupyterlab-git|0.51.4|0.51.4 +keras|3.12.0|3.12.0 +langchain-aws|0.2.35|0.2.35 +mcp|1.21.2|1.21.2 +mlflow|2.22.0|2.22.0 +py-xgboost-gpu|2.1.4| +pyhive|0.7.0|0.7.0 +python-gssapi|1.10.1|1.10.1 +python-lsp-server|1.13.2|1.13.2 +s3fs|2024.12.0|2024.12.0 +sagemaker-code-editor|1.7.7|1.7.7 +sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 +sagemaker-headless-execution-driver|0.0.13|0.0.13 +sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 +sagemaker-jupyterlab-extension|0.5.4|0.5.4 +sagemaker-kernel-wrapper|0.0.6|0.0.6 +sagemaker-mlflow|0.1.1|0.1.1 +sagemaker-python-sdk|2.254.1|2.254.1 +sagemaker-studio|1.1.12|1.1.12 +sagemaker-studio-analytics-extension|0.2.4|0.2.4 +sagemaker-studio-cli|1.0.7|1.0.7 +sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 +sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 +seaborn|0.13.2|0.13.2 +strands-agents|0.3.0|0.3.0 +strands-agents-mcp-server|0.1.2|0.1.2 +strands-agents-tools|0.1.9|0.1.9 +supervisor|4.2.5|4.2.5 +tensorflow|2.18.0|2.18.0 +tf-keras|2.18.0|2.18.0 +uv|0.9.30|0.9.30 +py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out new file mode 100644 index 000000000..8635c0d45 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -0,0 +1,847 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.0-py311h902ca64_0.conda#ab0d6303704f5986c0e0594e3eb60e34 +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.0-pyhcf101f3_0.conda#c176d6075acee8d6847988b7865bd1af +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.31-pyhd8ed1ab_0.conda#2dcb39a7fc36e9afe90db42f369bd49b +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.3-pyhcf101f3_0.conda#842144d66e29a809d4c0cba435b8522c +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out new file mode 100644 index 000000000..0ae034e63 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -0,0 +1,938 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa +https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e +https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 +https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a +https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a +https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 +https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef +https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f +https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d +https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 +https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 +https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.0-py311h902ca64_0.conda#ab0d6303704f5986c0e0594e3eb60e34 +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.0-pyhcf101f3_0.conda#c176d6075acee8d6847988b7865bd1af +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.31-pyhd8ed1ab_0.conda#2dcb39a7fc36e9afe90db42f369bd49b +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.3-pyhcf101f3_0.conda#842144d66e29a809d4c0cba435b8522c +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe +https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 +https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 +https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c +https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 +https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d +https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe +https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 +https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec +https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 +https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded +https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 +https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 +https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 +https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b +https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 +https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 +https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 +https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 +https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 +https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 +https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad +https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 +https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d +https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 +https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 491b2a99cea5d9d481655397fb423e013a1b0eab Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Fri, 17 Apr 2026 18:43:27 +0000 Subject: [PATCH 13/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 14 +++++++++----- .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 14 +++++++++----- build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 18 +++++++++--------- build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 18 +++++++++--------- 4 files changed, 36 insertions(+), 28 deletions(-) diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md index a701d1250..a87f494b2 100644 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -32,6 +32,7 @@ gdown|5.2.1|6.0.0|major xyzservices|2025.11.0|2026.3.0|major invoke|2.2.1|3.0.3|major libuuid|2.41.3|2.42|minor +filelock|3.25.2|3.28.0|minor requests|2.32.5|2.33.1|minor mpc|1.3.1|1.4.0|minor greenlet|3.3.2|3.4.0|minor @@ -39,8 +40,8 @@ narwhals|2.18.1|2.19.0|minor pygments|2.19.2|2.20.0|minor prometheus_client|0.24.1|0.25.0|minor json5|0.13.0|0.14.0|minor -pydantic-core|2.41.5|2.46.0|minor -pydantic|2.12.5|2.13.0|minor +pydantic-core|2.41.5|2.46.2|minor +pydantic|2.12.5|2.13.2|minor regex|2026.2.28|2026.4.4|minor googleapis-common-protos|1.73.0|1.74.0|minor smart_open|7.5.1|7.6.0|minor @@ -59,17 +60,18 @@ liblzma|5.8.2|5.8.3|patch openssl|3.6.1|3.6.2|patch hf-xet|1.4.2|1.4.3|patch charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.57|patch +libpng|1.6.55|1.6.58|patch libjpeg-turbo|3.1.2|3.1.4.1|patch aiohttp|3.13.3|3.13.5|patch zipp|3.23.0|3.23.1|patch +mako|1.3.10|1.3.11|patch sqlalchemy|2.0.48|2.0.49|patch tomli|2.4.0|2.4.1|patch platformdirs|4.9.4|4.9.6|patch nbconvert-core|7.17.0|7.17.1|patch click|8.3.1|8.3.2|patch orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.31|patch +langsmith|0.7.22|0.7.32|patch sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch nbconvert-pandoc|7.17.0|7.17.1|patch nbconvert|7.17.0|7.17.1|patch @@ -80,12 +82,14 @@ expat|2.7.4|2.7.5|patch google-auth|2.49.1|2.49.2|patch proto-plus|1.27.1|1.27.2|patch python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.3|patch +virtualenv|21.2.0|21.2.4|patch rich|14.3.3|14.3.4|patch werkzeug|3.1.7|3.1.8|patch python-multipart|0.0.22|0.0.26|patch typer|0.24.0|0.24.1|patch spacy|3.8.13|3.8.14|patch +reproc|14.2.5.post0|14.2.7.post0|patch +reproc-cpp|14.2.5.post0|14.2.7.post0|patch python-duckdb|1.5.1|1.5.2|patch duckdb|1.5.1|1.5.2|patch smmap|5.0.2|5.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md index c3b04f9e5..669dda6b9 100644 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -32,6 +32,7 @@ gdown|5.2.1|6.0.0|major xyzservices|2025.11.0|2026.3.0|major invoke|2.2.1|3.0.3|major libuuid|2.41.3|2.42|minor +filelock|3.25.2|3.28.0|minor requests|2.32.5|2.33.1|minor mpc|1.3.1|1.4.0|minor greenlet|3.3.2|3.4.0|minor @@ -39,8 +40,8 @@ narwhals|2.18.1|2.19.0|minor pygments|2.19.2|2.20.0|minor prometheus_client|0.24.1|0.25.0|minor json5|0.13.0|0.14.0|minor -pydantic-core|2.41.5|2.46.0|minor -pydantic|2.12.5|2.13.0|minor +pydantic-core|2.41.5|2.46.2|minor +pydantic|2.12.5|2.13.2|minor regex|2026.2.28|2026.4.4|minor googleapis-common-protos|1.73.0|1.74.0|minor smart_open|7.5.1|7.6.0|minor @@ -59,17 +60,18 @@ liblzma|5.8.2|5.8.3|patch openssl|3.6.1|3.6.2|patch hf-xet|1.4.2|1.4.3|patch charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.57|patch +libpng|1.6.55|1.6.58|patch libjpeg-turbo|3.1.2|3.1.4.1|patch aiohttp|3.13.3|3.13.5|patch zipp|3.23.0|3.23.1|patch +mako|1.3.10|1.3.11|patch sqlalchemy|2.0.48|2.0.49|patch tomli|2.4.0|2.4.1|patch platformdirs|4.9.4|4.9.6|patch nbconvert-core|7.17.0|7.17.1|patch click|8.3.1|8.3.2|patch orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.31|patch +langsmith|0.7.22|0.7.32|patch sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch nbconvert-pandoc|7.17.0|7.17.1|patch nbconvert|7.17.0|7.17.1|patch @@ -80,12 +82,14 @@ expat|2.7.4|2.7.5|patch google-auth|2.49.1|2.49.2|patch proto-plus|1.27.1|1.27.2|patch python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.3|patch +virtualenv|21.2.0|21.2.4|patch rich|14.3.3|14.3.4|patch werkzeug|3.1.7|3.1.8|patch python-multipart|0.0.22|0.0.26|patch typer|0.24.0|0.24.1|patch spacy|3.8.13|3.8.14|patch +reproc|14.2.5.post0|14.2.7.post0|patch +reproc-cpp|14.2.5.post0|14.2.7.post0|patch python-duckdb|1.5.1|1.5.2|patch duckdb|1.5.1|1.5.2|patch smmap|5.0.2|5.0.3|patch diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out index 8635c0d45..e6c0daf27 100644 --- a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -30,7 +30,7 @@ https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.co https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/filelock-3.28.0-pyhd8ed1ab_0.conda#60a871a0e893d6ec7083115beba05001 https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa @@ -145,7 +145,7 @@ https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.c https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c @@ -198,7 +198,7 @@ https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.co https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 @@ -320,15 +320,15 @@ https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.c https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.0-py311h902ca64_0.conda#ab0d6303704f5986c0e0594e3eb60e34 +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.0-pyhcf101f3_0.conda#c176d6075acee8d6847988b7865bd1af +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.31-pyhd8ed1ab_0.conda#2dcb39a7fc36e9afe90db42f369bd49b +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.32-pyhd8ed1ab_0.conda#c2a3dd53aee3f4b0d3eb8f7815a69e38 https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 @@ -479,7 +479,7 @@ https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0. https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.3-pyhcf101f3_0.conda#842144d66e29a809d4c0cba435b8522c +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e @@ -659,8 +659,8 @@ https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out index 0ae034e63..b4f39674e 100644 --- a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -30,7 +30,7 @@ https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.co https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.25.2-pyhd8ed1ab_0.conda#f58064cec97b12a7136ebb8a6f8a129b +https://conda.anaconda.org/conda-forge/noarch/filelock-3.28.0-pyhd8ed1ab_0.conda#60a871a0e893d6ec7083115beba05001 https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa @@ -176,7 +176,7 @@ https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.c https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.57-h421ea60_0.conda#06f225e6d8c549ad6c0201679828a882 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c @@ -229,7 +229,7 @@ https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.co https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhcf101f3_1.conda#99f74609a309e434f25f0ede5f50580c +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 @@ -351,15 +351,15 @@ https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.c https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.0-py311h902ca64_0.conda#ab0d6303704f5986c0e0594e3eb60e34 +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.0-pyhcf101f3_0.conda#c176d6075acee8d6847988b7865bd1af +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.31-pyhd8ed1ab_0.conda#2dcb39a7fc36e9afe90db42f369bd49b +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.32-pyhd8ed1ab_0.conda#c2a3dd53aee3f4b0d3eb8f7815a69e38 https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 @@ -510,7 +510,7 @@ https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0. https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.3-pyhcf101f3_0.conda#842144d66e29a809d4c0cba435b8522c +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e @@ -705,8 +705,8 @@ https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda#69fbc0a9e42eb5fe6733d2d60d818822 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda#828302fca535f9cfeb598d5f7c204323 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be From d6fb1678b76669d71be801ad14d4cbb134ace781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 19:27:58 +0000 Subject: [PATCH 14/17] chore: Generate build artifacts for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 108 -- .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 108 -- build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 -- build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 847 ---------------- build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 938 ------------------ 5 files changed, 2076 deletions(-) delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md deleted file mode 100644 index a87f494b2..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md +++ /dev/null @@ -1,108 +0,0 @@ -# Change log: 2.11.7 (cpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio|1.1.8|1.1.12|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -importlib_resources|6.5.2|7.1.0|major -gdown|5.2.1|6.0.0|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -filelock|3.25.2|3.28.0|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -pydantic-core|2.41.5|2.46.2|minor -pydantic|2.12.5|2.13.2|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -smart_open|7.5.1|7.6.0|minor -smart-open|7.5.1|7.6.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -opentelemetry-api|1.40.0|1.41.0|minor -opentelemetry-sdk|1.40.0|1.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -liblzma|5.8.2|5.8.3|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.58|patch -libjpeg-turbo|3.1.2|3.1.4.1|patch -aiohttp|3.13.3|3.13.5|patch -zipp|3.23.0|3.23.1|patch -mako|1.3.10|1.3.11|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.32|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.39|patch -expat|2.7.4|2.7.5|patch -google-auth|2.49.1|2.49.2|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.4|patch -rich|14.3.3|14.3.4|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.26|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -reproc|14.2.5.post0|14.2.7.post0|patch -reproc-cpp|14.2.5.post0|14.2.7.post0|patch -python-duckdb|1.5.1|1.5.2|patch -duckdb|1.5.1|1.5.2|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch -opentelemetry-semantic-conventions|0.61b0|0.62b0| -opentelemetry-instrumentation|0.61b0|0.62b0| -opentelemetry-instrumentation-threading|0.61b0|0.62b0| - -### New - -Package | Version ----|--- -sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md deleted file mode 100644 index 669dda6b9..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md +++ /dev/null @@ -1,108 +0,0 @@ -# Change log: 2.11.7 (gpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio|1.1.8|1.1.12|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -importlib_resources|6.5.2|7.1.0|major -gdown|5.2.1|6.0.0|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -filelock|3.25.2|3.28.0|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -pydantic-core|2.41.5|2.46.2|minor -pydantic|2.12.5|2.13.2|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -smart_open|7.5.1|7.6.0|minor -smart-open|7.5.1|7.6.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -opentelemetry-api|1.40.0|1.41.0|minor -opentelemetry-sdk|1.40.0|1.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -liblzma|5.8.2|5.8.3|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.58|patch -libjpeg-turbo|3.1.2|3.1.4.1|patch -aiohttp|3.13.3|3.13.5|patch -zipp|3.23.0|3.23.1|patch -mako|1.3.10|1.3.11|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.32|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.39|patch -expat|2.7.4|2.7.5|patch -google-auth|2.49.1|2.49.2|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.4|patch -rich|14.3.3|14.3.4|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.26|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -reproc|14.2.5.post0|14.2.7.post0|patch -reproc-cpp|14.2.5.post0|14.2.7.post0|patch -python-duckdb|1.5.1|1.5.2|patch -duckdb|1.5.1|1.5.2|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch -opentelemetry-semantic-conventions|0.61b0|0.62b0| -opentelemetry-instrumentation|0.61b0|0.62b0| -opentelemetry-instrumentation-threading|0.61b0|0.62b0| - -### New - -Package | Version ----|--- -sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md deleted file mode 100644 index 4fe8f64c9..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md +++ /dev/null @@ -1,75 +0,0 @@ -# Release notes: 2.11.7 - -Package | gpu| cpu ----|---|--- -python|3.11.11|3.11.11 -numpy|1.26.4|1.26.4 -jinja2|3.1.6|3.1.6 -pytorch|2.6.0|2.6.0 -pandas|2.3.3|2.3.3 -altair|5.5.0|5.5.0 -boto3|1.40.70|1.40.70 -ipython|8.37.0|8.37.0 -jupyter-lsp|2.3.1|2.3.1 -jupyterlab|4.4.10|4.4.10 -amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 -langchain|0.3.27|0.3.27 -jupyter-ai|2.31.7|2.31.7 -amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 -jupyter-scheduler|2.11.0|2.11.0 -amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 -amazon-sagemaker-sql-magic|0.1.4|0.1.4 -jupyterlab-lsp|5.0.3|5.0.3 -amazon_sagemaker_sql_editor|0.1.21|0.1.21 -amzn-sagemaker-aiops-jupyterlab-extension|1.0.6|1.0.6 -scipy|1.16.3|1.16.3 -matplotlib-base|3.10.8|3.10.8 -scikit-learn|1.7.2|1.7.2 -pip|24.3.1|24.3.1 -torchvision|0.21.0|0.21.0 -uvicorn|0.38.0|0.38.0 -autogluon|1.4.0|1.4.0 -ipywidgets|8.1.8|8.1.8 -notebook|7.4.7|7.4.7 -aws-glue-sessions|1.0.9|1.0.9 -aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 -conda|24.11.3|24.11.3 -docker-cli|27.5.1|27.5.1 -fastapi|0.121.3|0.121.3 -git-remote-codecommit|1.16|1.16 -jupyter-activity-monitor-extension|0.3.2|0.3.2 -jupyter-collaboration|2.1.5|2.1.5 -jupyter-dash|0.4.2|0.4.2 -jupyter-server-proxy|4.4.0|4.4.0 -jupyterlab-git|0.51.4|0.51.4 -keras|3.12.0|3.12.0 -langchain-aws|0.2.35|0.2.35 -mcp|1.21.2|1.21.2 -mlflow|2.22.0|2.22.0 -py-xgboost-gpu|2.1.4| -pyhive|0.7.0|0.7.0 -python-gssapi|1.10.1|1.10.1 -python-lsp-server|1.13.2|1.13.2 -s3fs|2024.12.0|2024.12.0 -sagemaker-code-editor|1.7.7|1.7.7 -sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 -sagemaker-headless-execution-driver|0.0.13|0.0.13 -sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 -sagemaker-jupyterlab-extension|0.5.4|0.5.4 -sagemaker-kernel-wrapper|0.0.6|0.0.6 -sagemaker-mlflow|0.1.1|0.1.1 -sagemaker-python-sdk|2.254.1|2.254.1 -sagemaker-studio|1.1.12|1.1.12 -sagemaker-studio-analytics-extension|0.2.4|0.2.4 -sagemaker-studio-cli|1.0.7|1.0.7 -sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 -sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 -seaborn|0.13.2|0.13.2 -strands-agents|0.3.0|0.3.0 -strands-agents-mcp-server|0.1.2|0.1.2 -strands-agents-tools|0.1.9|0.1.9 -supervisor|4.2.5|4.2.5 -tensorflow|2.18.0|2.18.0 -tf-keras|2.18.0|2.18.0 -uv|0.9.30|0.9.30 -py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out deleted file mode 100644 index e6c0daf27..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out +++ /dev/null @@ -1,847 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.28.0-pyhd8ed1ab_0.conda#60a871a0e893d6ec7083115beba05001 -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.32-pyhd8ed1ab_0.conda#c2a3dd53aee3f4b0d3eb8f7815a69e38 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out deleted file mode 100644 index b4f39674e..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out +++ /dev/null @@ -1,938 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.28.0-pyhd8ed1ab_0.conda#60a871a0e893d6ec7083115beba05001 -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa -https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e -https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 -https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a -https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a -https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 -https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef -https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f -https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d -https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 -https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 -https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.32-pyhd8ed1ab_0.conda#c2a3dd53aee3f4b0d3eb8f7815a69e38 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe -https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 -https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 -https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c -https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 -https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 -https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d -https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe -https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 -https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec -https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 -https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded -https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 -https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 -https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 -https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b -https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 -https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 -https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 -https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 -https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 -https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 -https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad -https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 -https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d -https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 -https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From a39de329385a0e3b703774054d9c09e9c9e78df1 Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Fri, 17 Apr 2026 20:26:53 +0000 Subject: [PATCH 15/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 108 ++ .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 108 ++ build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 847 ++++++++++++++++ build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 938 ++++++++++++++++++ 5 files changed, 2076 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md new file mode 100644 index 000000000..a87f494b2 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -0,0 +1,108 @@ +# Change log: 2.11.7 (cpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio|1.1.8|1.1.12|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.1.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +filelock|3.25.2|3.28.0|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +pydantic-core|2.41.5|2.46.2|minor +pydantic|2.12.5|2.13.2|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +smart_open|7.5.1|7.6.0|minor +smart-open|7.5.1|7.6.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.58|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +zipp|3.23.0|3.23.1|patch +mako|1.3.10|1.3.11|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.32|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.39|patch +expat|2.7.4|2.7.5|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.4|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +reproc|14.2.5.post0|14.2.7.post0|patch +reproc-cpp|14.2.5.post0|14.2.7.post0|patch +python-duckdb|1.5.1|1.5.2|patch +duckdb|1.5.1|1.5.2|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| + +### New + +Package | Version +---|--- +sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md new file mode 100644 index 000000000..669dda6b9 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -0,0 +1,108 @@ +# Change log: 2.11.7 (gpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio|1.1.8|1.1.12|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.1.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +filelock|3.25.2|3.28.0|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.19.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +pydantic-core|2.41.5|2.46.2|minor +pydantic|2.12.5|2.13.2|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +smart_open|7.5.1|7.6.0|minor +smart-open|7.5.1|7.6.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.58|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +zipp|3.23.0|3.23.1|patch +mako|1.3.10|1.3.11|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.32|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.39|patch +expat|2.7.4|2.7.5|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.4|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +reproc|14.2.5.post0|14.2.7.post0|patch +reproc-cpp|14.2.5.post0|14.2.7.post0|patch +python-duckdb|1.5.1|1.5.2|patch +duckdb|1.5.1|1.5.2|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| + +### New + +Package | Version +---|--- +sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md new file mode 100644 index 000000000..4fe8f64c9 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md @@ -0,0 +1,75 @@ +# Release notes: 2.11.7 + +Package | gpu| cpu +---|---|--- +python|3.11.11|3.11.11 +numpy|1.26.4|1.26.4 +jinja2|3.1.6|3.1.6 +pytorch|2.6.0|2.6.0 +pandas|2.3.3|2.3.3 +altair|5.5.0|5.5.0 +boto3|1.40.70|1.40.70 +ipython|8.37.0|8.37.0 +jupyter-lsp|2.3.1|2.3.1 +jupyterlab|4.4.10|4.4.10 +amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 +langchain|0.3.27|0.3.27 +jupyter-ai|2.31.7|2.31.7 +amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 +jupyter-scheduler|2.11.0|2.11.0 +amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 +amazon-sagemaker-sql-magic|0.1.4|0.1.4 +jupyterlab-lsp|5.0.3|5.0.3 +amazon_sagemaker_sql_editor|0.1.21|0.1.21 +amzn-sagemaker-aiops-jupyterlab-extension|1.0.6|1.0.6 +scipy|1.16.3|1.16.3 +matplotlib-base|3.10.8|3.10.8 +scikit-learn|1.7.2|1.7.2 +pip|24.3.1|24.3.1 +torchvision|0.21.0|0.21.0 +uvicorn|0.38.0|0.38.0 +autogluon|1.4.0|1.4.0 +ipywidgets|8.1.8|8.1.8 +notebook|7.4.7|7.4.7 +aws-glue-sessions|1.0.9|1.0.9 +aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 +conda|24.11.3|24.11.3 +docker-cli|27.5.1|27.5.1 +fastapi|0.121.3|0.121.3 +git-remote-codecommit|1.16|1.16 +jupyter-activity-monitor-extension|0.3.2|0.3.2 +jupyter-collaboration|2.1.5|2.1.5 +jupyter-dash|0.4.2|0.4.2 +jupyter-server-proxy|4.4.0|4.4.0 +jupyterlab-git|0.51.4|0.51.4 +keras|3.12.0|3.12.0 +langchain-aws|0.2.35|0.2.35 +mcp|1.21.2|1.21.2 +mlflow|2.22.0|2.22.0 +py-xgboost-gpu|2.1.4| +pyhive|0.7.0|0.7.0 +python-gssapi|1.10.1|1.10.1 +python-lsp-server|1.13.2|1.13.2 +s3fs|2024.12.0|2024.12.0 +sagemaker-code-editor|1.7.7|1.7.7 +sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 +sagemaker-headless-execution-driver|0.0.13|0.0.13 +sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 +sagemaker-jupyterlab-extension|0.5.4|0.5.4 +sagemaker-kernel-wrapper|0.0.6|0.0.6 +sagemaker-mlflow|0.1.1|0.1.1 +sagemaker-python-sdk|2.254.1|2.254.1 +sagemaker-studio|1.1.12|1.1.12 +sagemaker-studio-analytics-extension|0.2.4|0.2.4 +sagemaker-studio-cli|1.0.7|1.0.7 +sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 +sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 +seaborn|0.13.2|0.13.2 +strands-agents|0.3.0|0.3.0 +strands-agents-mcp-server|0.1.2|0.1.2 +strands-agents-tools|0.1.9|0.1.9 +supervisor|4.2.5|4.2.5 +tensorflow|2.18.0|2.18.0 +tf-keras|2.18.0|2.18.0 +uv|0.9.30|0.9.30 +py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out new file mode 100644 index 000000000..e6c0daf27 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -0,0 +1,847 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.28.0-pyhd8ed1ab_0.conda#60a871a0e893d6ec7083115beba05001 +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.32-pyhd8ed1ab_0.conda#c2a3dd53aee3f4b0d3eb8f7815a69e38 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out new file mode 100644 index 000000000..b4f39674e --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -0,0 +1,938 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.28.0-pyhd8ed1ab_0.conda#60a871a0e893d6ec7083115beba05001 +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa +https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e +https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 +https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a +https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a +https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 +https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef +https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f +https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d +https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 +https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 +https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.32-pyhd8ed1ab_0.conda#c2a3dd53aee3f4b0d3eb8f7815a69e38 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe +https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 +https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 +https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c +https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 +https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d +https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe +https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 +https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec +https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 +https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded +https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 +https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 +https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 +https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b +https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 +https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 +https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 +https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 +https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 +https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 +https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad +https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 +https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d +https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 +https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 2cb4dd8ef734ad94cb1a1c45d4c9a524990a1ead Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Apr 2026 21:14:07 +0000 Subject: [PATCH 16/17] chore: Generate build artifacts for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 108 -- .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 108 -- build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 -- build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 847 ---------------- .../dirs/usr/local/bin/start-jupyter-server | 3 + build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 938 ------------------ 6 files changed, 3 insertions(+), 2076 deletions(-) delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out delete mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md deleted file mode 100644 index a87f494b2..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md +++ /dev/null @@ -1,108 +0,0 @@ -# Change log: 2.11.7 (cpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio|1.1.8|1.1.12|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -importlib_resources|6.5.2|7.1.0|major -gdown|5.2.1|6.0.0|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -filelock|3.25.2|3.28.0|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -pydantic-core|2.41.5|2.46.2|minor -pydantic|2.12.5|2.13.2|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -smart_open|7.5.1|7.6.0|minor -smart-open|7.5.1|7.6.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -opentelemetry-api|1.40.0|1.41.0|minor -opentelemetry-sdk|1.40.0|1.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -liblzma|5.8.2|5.8.3|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.58|patch -libjpeg-turbo|3.1.2|3.1.4.1|patch -aiohttp|3.13.3|3.13.5|patch -zipp|3.23.0|3.23.1|patch -mako|1.3.10|1.3.11|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.32|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.39|patch -expat|2.7.4|2.7.5|patch -google-auth|2.49.1|2.49.2|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.4|patch -rich|14.3.3|14.3.4|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.26|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -reproc|14.2.5.post0|14.2.7.post0|patch -reproc-cpp|14.2.5.post0|14.2.7.post0|patch -python-duckdb|1.5.1|1.5.2|patch -duckdb|1.5.1|1.5.2|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch -opentelemetry-semantic-conventions|0.61b0|0.62b0| -opentelemetry-instrumentation|0.61b0|0.62b0| -opentelemetry-instrumentation-threading|0.61b0|0.62b0| - -### New - -Package | Version ----|--- -sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md deleted file mode 100644 index 669dda6b9..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md +++ /dev/null @@ -1,108 +0,0 @@ -# Change log: 2.11.7 (gpu) - -This page lists all package changes since the previous release (2.11.6). - -## Direct dependencies - -> [!NOTE] -> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -jupyter-lsp|2.3.0|2.3.1|patch -amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch -sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch -sagemaker-studio|1.1.8|1.1.12|patch -sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch - -## Indirect dependencies - -> [!NOTE] -> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. - -### Changed - -Package | Previous Version | Current Version | Change Type ----|---|---|--- -python-tzdata|2025.3|2026.1|major -importlib_resources|6.5.2|7.1.0|major -gdown|5.2.1|6.0.0|major -xyzservices|2025.11.0|2026.3.0|major -invoke|2.2.1|3.0.3|major -libuuid|2.41.3|2.42|minor -filelock|3.25.2|3.28.0|minor -requests|2.32.5|2.33.1|minor -mpc|1.3.1|1.4.0|minor -greenlet|3.3.2|3.4.0|minor -narwhals|2.18.1|2.19.0|minor -pygments|2.19.2|2.20.0|minor -prometheus_client|0.24.1|0.25.0|minor -json5|0.13.0|0.14.0|minor -pydantic-core|2.41.5|2.46.2|minor -pydantic|2.12.5|2.13.2|minor -regex|2026.2.28|2026.4.4|minor -googleapis-common-protos|1.73.0|1.74.0|minor -smart_open|7.5.1|7.6.0|minor -smart-open|7.5.1|7.6.0|minor -llvmlite|0.46.0|0.47.0|minor -numba|0.64.0|0.65.0|minor -awswrangler|3.15.1|3.16.0|minor -deltalake|1.3.2|1.5.0|minor -google-cloud-bigquery-core|3.40.1|3.41.0|minor -opentelemetry-api|1.40.0|1.41.0|minor -opentelemetry-sdk|1.40.0|1.41.0|minor -slack-bolt|1.27.0|1.28.0|minor -llvm-openmp|22.1.1|22.1.3|patch -libexpat|2.7.4|2.7.5|patch -liblzma|5.8.2|5.8.3|patch -openssl|3.6.1|3.6.2|patch -hf-xet|1.4.2|1.4.3|patch -charset-normalizer|3.4.6|3.4.7|patch -libpng|1.6.55|1.6.58|patch -libjpeg-turbo|3.1.2|3.1.4.1|patch -aiohttp|3.13.3|3.13.5|patch -zipp|3.23.0|3.23.1|patch -mako|1.3.10|1.3.11|patch -sqlalchemy|2.0.48|2.0.49|patch -tomli|2.4.0|2.4.1|patch -platformdirs|4.9.4|4.9.6|patch -nbconvert-core|7.17.0|7.17.1|patch -click|8.3.1|8.3.2|patch -orjson|3.11.7|3.11.8|patch -langsmith|0.7.22|0.7.32|patch -sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch -nbconvert-pandoc|7.17.0|7.17.1|patch -nbconvert|7.17.0|7.17.1|patch -cryptography|46.0.5|46.0.7|patch -pyathena|3.30.0|3.30.1|patch -fastcore|1.12.31|1.12.39|patch -expat|2.7.4|2.7.5|patch -google-auth|2.49.1|2.49.2|patch -proto-plus|1.27.1|1.27.2|patch -python-discovery|1.2.0|1.2.2|patch -virtualenv|21.2.0|21.2.4|patch -rich|14.3.3|14.3.4|patch -werkzeug|3.1.7|3.1.8|patch -python-multipart|0.0.22|0.0.26|patch -typer|0.24.0|0.24.1|patch -spacy|3.8.13|3.8.14|patch -reproc|14.2.5.post0|14.2.7.post0|patch -reproc-cpp|14.2.5.post0|14.2.7.post0|patch -python-duckdb|1.5.1|1.5.2|patch -duckdb|1.5.1|1.5.2|patch -smmap|5.0.2|5.0.3|patch -sse-starlette|3.3.3|3.3.4|patch -param|2.3.2|2.3.3|patch -pydynamodb|0.8.1|0.8.2|patch -pytest|9.0.2|9.0.3|patch -opentelemetry-semantic-conventions|0.61b0|0.62b0| -opentelemetry-instrumentation|0.61b0|0.62b0| -opentelemetry-instrumentation-threading|0.61b0|0.62b0| - -### New - -Package | Version ----|--- -sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md deleted file mode 100644 index 4fe8f64c9..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md +++ /dev/null @@ -1,75 +0,0 @@ -# Release notes: 2.11.7 - -Package | gpu| cpu ----|---|--- -python|3.11.11|3.11.11 -numpy|1.26.4|1.26.4 -jinja2|3.1.6|3.1.6 -pytorch|2.6.0|2.6.0 -pandas|2.3.3|2.3.3 -altair|5.5.0|5.5.0 -boto3|1.40.70|1.40.70 -ipython|8.37.0|8.37.0 -jupyter-lsp|2.3.1|2.3.1 -jupyterlab|4.4.10|4.4.10 -amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 -langchain|0.3.27|0.3.27 -jupyter-ai|2.31.7|2.31.7 -amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 -jupyter-scheduler|2.11.0|2.11.0 -amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 -amazon-sagemaker-sql-magic|0.1.4|0.1.4 -jupyterlab-lsp|5.0.3|5.0.3 -amazon_sagemaker_sql_editor|0.1.21|0.1.21 -amzn-sagemaker-aiops-jupyterlab-extension|1.0.6|1.0.6 -scipy|1.16.3|1.16.3 -matplotlib-base|3.10.8|3.10.8 -scikit-learn|1.7.2|1.7.2 -pip|24.3.1|24.3.1 -torchvision|0.21.0|0.21.0 -uvicorn|0.38.0|0.38.0 -autogluon|1.4.0|1.4.0 -ipywidgets|8.1.8|8.1.8 -notebook|7.4.7|7.4.7 -aws-glue-sessions|1.0.9|1.0.9 -aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 -conda|24.11.3|24.11.3 -docker-cli|27.5.1|27.5.1 -fastapi|0.121.3|0.121.3 -git-remote-codecommit|1.16|1.16 -jupyter-activity-monitor-extension|0.3.2|0.3.2 -jupyter-collaboration|2.1.5|2.1.5 -jupyter-dash|0.4.2|0.4.2 -jupyter-server-proxy|4.4.0|4.4.0 -jupyterlab-git|0.51.4|0.51.4 -keras|3.12.0|3.12.0 -langchain-aws|0.2.35|0.2.35 -mcp|1.21.2|1.21.2 -mlflow|2.22.0|2.22.0 -py-xgboost-gpu|2.1.4| -pyhive|0.7.0|0.7.0 -python-gssapi|1.10.1|1.10.1 -python-lsp-server|1.13.2|1.13.2 -s3fs|2024.12.0|2024.12.0 -sagemaker-code-editor|1.7.7|1.7.7 -sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 -sagemaker-headless-execution-driver|0.0.13|0.0.13 -sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 -sagemaker-jupyterlab-extension|0.5.4|0.5.4 -sagemaker-kernel-wrapper|0.0.6|0.0.6 -sagemaker-mlflow|0.1.1|0.1.1 -sagemaker-python-sdk|2.254.1|2.254.1 -sagemaker-studio|1.1.12|1.1.12 -sagemaker-studio-analytics-extension|0.2.4|0.2.4 -sagemaker-studio-cli|1.0.7|1.0.7 -sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 -sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 -seaborn|0.13.2|0.13.2 -strands-agents|0.3.0|0.3.0 -strands-agents-mcp-server|0.1.2|0.1.2 -strands-agents-tools|0.1.9|0.1.9 -supervisor|4.2.5|4.2.5 -tensorflow|2.18.0|2.18.0 -tf-keras|2.18.0|2.18.0 -uv|0.9.30|0.9.30 -py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out deleted file mode 100644 index e6c0daf27..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out +++ /dev/null @@ -1,847 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.28.0-pyhd8ed1ab_0.conda#60a871a0e893d6ec7083115beba05001 -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.32-pyhd8ed1ab_0.conda#c2a3dd53aee3f4b0d3eb8f7815a69e38 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-jupyter-server b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-jupyter-server index b64ec0a05..a6d8ff32a 100755 --- a/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-jupyter-server +++ b/build_artifacts/v2/v2.11/v2.11.7/dirs/usr/local/bin/start-jupyter-server @@ -24,6 +24,9 @@ fi # Start Jupyter server in rtc mode for shared spaces (skip in recovery mode) if [ -n "$SAGEMAKER_APP_TYPE_LOWERCASE" ] && [ "$SAGEMAKER_SPACE_TYPE_LOWERCASE" == "shared" ] && [ -z "$SAGEMAKER_RECOVERY_MODE" ]; then + # Fix file explorer issue in Shared Spaces for SMD 2.X versions + micromamba remove -y --no-prune sagemaker-gen-ai-jupyterlab-extension jupyter-docprovider + jupyter labextension enable @jupyter/collaboration-extension # SAGEMAKER_APP_TYPE is set, indicating the server is running within a SageMaker # app. Configure the base url to be `//default`. diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out deleted file mode 100644 index b4f39674e..000000000 --- a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out +++ /dev/null @@ -1,938 +0,0 @@ -# This file may be used to create an environment using: -# $ conda create --name --file -# platform: linux-64 -@EXPLICIT -https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 -https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 -https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 -https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 -https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 -https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec -https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 -https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 -https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af -https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 -https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb -https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 -https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc -https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c -https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 -https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc -https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 -https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d -https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 -https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec -https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab -https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 -https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b -https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 -https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa -https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f -https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f -https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 -https://conda.anaconda.org/conda-forge/noarch/filelock-3.28.0-pyhd8ed1ab_0.conda#60a871a0e893d6ec7083115beba05001 -https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 -https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d -https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa -https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a -https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe -https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 -https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 -https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb -https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 -https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac -https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 -https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 -https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 -https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d -https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 -https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 -https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de -https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 -https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 -https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 -https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d -https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf -https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 -https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc -https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be -https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 -https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d -https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 -https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 -https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa -https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 -https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 -https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d -https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f -https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e -https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 -https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a -https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a -https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 -https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef -https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f -https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 -https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 -https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 -https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.3.1-h4d09622_0.conda#71546ecb7c830d277af20cac43a5bdd0 -https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb -https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 -https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b -https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 -https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 -https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 -https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 -https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 -https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa -https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 -https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef -https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 -https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d -https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 -https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 -https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e -https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f -https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 -https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf -https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 -https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 -https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 -https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f -https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c -https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d -https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df -https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 -https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 -https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a -https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f -https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 -https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 -https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b -https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 -https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 -https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 -https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d -https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 -https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 -https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 -https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 -https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b -https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 -https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 -https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca -https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 -https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d -https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 -https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 -https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf -https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 -https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 -https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b -https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 -https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a -https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 -https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf -https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 -https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 -https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd -https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b -https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c -https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 -https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d -https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 -https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f -https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 -https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e -https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa -https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd -https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f -https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 -https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db -https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d -https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b -https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c -https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 -https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb -https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 -https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab -https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 -https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 -https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 -https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f -https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 -https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e -https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 -https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 -https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 -https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 -https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 -https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 -https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f -https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d -https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 -https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 -https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 -https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b -https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e -https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 -https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 -https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 -https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b -https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 -https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a -https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d -https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 -https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 -https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f -https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 -https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 -https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 -https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a -https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 -https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 -https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b -https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef -https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 -https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 -https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 -https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a -https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb -https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae -https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d -https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab -https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a -https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 -https://conda.anaconda.org/conda-forge/noarch/narwhals-2.19.0-pyhcf101f3_0.conda#b94cbc2227cdca1e9a65d7ad4ee636c1 -https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 -https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 -https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 -https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a -https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab -https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 -https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 -https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e -https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac -https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 -https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 -https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb -https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 -https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 -https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b -https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 -https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 -https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 -https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed -https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 -https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 -https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea -https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 -https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 -https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 -https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 -https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 -https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c -https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 -https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc -https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 -https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 -https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 -https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 -https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad -https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b -https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 -https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 -https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 -https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb -https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef -https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf -https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 -https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b -https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a -https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 -https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 -https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 -https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a -https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 -https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 -https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f -https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb -https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 -https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 -https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 -https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a -https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 -https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac -https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e -https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d -https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 -https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 -https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 -https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d -https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 -https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f -https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea -https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 -https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 -https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 -https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c -https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 -https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 -https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 -https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 -https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 -https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 -https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 -https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 -https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 -https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 -https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 -https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b -https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 -https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c -https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c -https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 -https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 -https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 -https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf -https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 -https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 -https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 -https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d -https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e -https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e -https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 -https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e -https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea -https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 -https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 -https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc -https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c -https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 -https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 -https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 -https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 -https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce -https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab -https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e -https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 -https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.32-pyhd8ed1ab_0.conda#c2a3dd53aee3f4b0d3eb8f7815a69e38 -https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb -https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea -https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 -https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 -https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de -https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 -https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf -https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 -https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 -https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c -https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.13.1-pyhd8ed1ab_0.conda#cc0da73801948100ae97383b8da12993 -https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 -https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 -https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 -https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 -https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea -https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 -https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 -https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 -https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 -https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 -https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 -https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e -https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 -https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 -https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db -https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee -https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab -https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 -https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 -https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd -https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 -https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d -https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 -https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db -https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 -https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc -https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 -https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b -https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b -https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 -https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e -https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc -https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d -https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 -https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a -https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 -https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 -https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 -https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 -https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 -https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 -https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d -https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 -https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa -https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 -https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 -https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c -https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 -https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 -https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 -https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d -https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 -https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb -https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 -https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 -https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e -https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 -https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b -https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf -https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 -https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 -https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e -https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 -https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 -https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.0-py311h3778330_0.conda#bd4aa764c1b2f877aff5049f26cbffde -https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 -https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 -https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd -https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 -https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 -https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 -https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 -https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 -https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 -https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 -https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c -https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a -https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 -https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 -https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 -https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f -https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e -https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b -https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 -https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 -https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 -https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 -https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac -https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 -https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 -https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff -https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 -https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 -https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 -https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c -https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 -https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 -https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 -https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 -https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 -https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 -https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 -https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe -https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 -https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 -https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 -https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 -https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f -https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 -https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 -https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 -https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 -https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 -https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 -https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 -https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf -https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f -https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 -https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e -https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f -https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a -https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 -https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 -https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c -https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 -https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed -https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 -https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 -https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 -https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea -https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d -https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da -https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 -https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c -https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a -https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 -https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 -https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 -https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 -https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 -https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a -https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 -https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 -https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 -https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 -https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 -https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 -https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 -https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f -https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f -https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f -https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 -https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 -https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f -https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 -https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 -https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 -https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 -https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 -https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 -https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 -https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb -https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 -https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d -https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c -https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c -https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 -https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 -https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 -https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c -https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f -https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 -https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 -https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 -https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b -https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 -https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 -https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 -https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 -https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 -https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 -https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 -https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb -https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e -https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c -https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 -https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad -https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b -https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb -https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 -https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 -https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e -https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b -https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e -https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae -https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 -https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 -https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 -https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b -https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd -https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 -https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 -https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe -https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 -https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 -https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 -https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd -https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 -https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 -https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 -https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf -https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 -https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d -https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 -https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 -https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 -https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 -https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 -https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 -https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 -https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c -https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 -https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 -https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d -https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 -https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 -https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 -https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 -https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 -https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e -https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 -https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 -https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 -https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 -https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d -https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a -https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e -https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 -https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 -https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 -https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba -https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 -https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 -https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c -https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 -https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 -https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 -https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b -https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda -https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa -https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 -https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 -https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 -https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 -https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 -https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca -https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf -https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 -https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 -https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 -https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 -https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 -https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f -https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa -https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 -https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b -https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e -https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e -https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e -https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 -https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 -https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c -https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc -https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f -https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 -https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f -https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe -https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c -https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 -https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 -https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe -https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 -https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 -https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c -https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc -https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 -https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf -https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 -https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc -https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 -https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c -https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 -https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 -https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d -https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe -https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 -https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec -https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 -https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded -https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec -https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba -https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d -https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c -https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee -https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 -https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 -https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec -https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 -https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 -https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be -https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b -https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d -https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 -https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 -https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 -https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc -https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb -https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e -https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c -https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c -https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 -https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 -https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f -https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 -https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 -https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 -https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 -https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 -https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 -https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b -https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde -https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 -https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 -https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 -https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 -https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 -https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c -https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 -https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 -https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad -https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 -https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 -https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 -https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 -https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf -https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b -https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 -https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c -https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 -https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 -https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 -https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 -https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d -https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 -https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 -https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 -https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 -https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c -https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 -https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 -https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 -https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 -https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e -https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 -https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 -https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 -https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e -https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 -https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e -https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf -https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 -https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 -https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e -https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c -https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 -https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 -https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 -https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b -https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 -https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 -https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 -https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c -https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 -https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 -https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 -https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 -https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 -https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 -https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d -https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 -https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 -https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 -https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f -https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 -https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc -https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 -https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 -https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 -https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 -https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 -https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b -https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 -https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 -https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af -https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e -https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e -https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 -https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 -https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 -https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 -https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 -https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 -https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 -https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 -https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 -https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 -https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d -https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a -https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a -https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 -https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 -https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e -https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 -https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 -https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e -https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 -https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be -https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee -https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c -https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 -https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 -https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f -https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa -https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b -https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 -https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd -https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 -https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c -https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 -https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 -https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 -https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 -https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 -https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 -https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 -https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 -https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 -https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 -https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 -https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 -https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a -https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 -https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 -https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 -https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 -https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 -https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 -https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a -https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf -https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 -https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 -https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 -https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 -https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c -https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 -https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e -https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e -https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 -https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c -https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d -https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 -https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f -https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c -https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 -https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 -https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 -https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 -https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f -https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c -https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b -https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e -https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 -https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 -https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 -https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c -https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 -https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d -https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 -https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 -https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 -https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 -https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a -https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 -https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a -https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde -https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 -https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 -https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 -https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 -https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b -https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 From 016580438fffa46bb198591cd0c209196e05a1e5 Mon Sep 17 00:00:00 2001 From: SageMaker Distribution Bot Date: Mon, 20 Apr 2026 22:11:23 +0000 Subject: [PATCH 17/17] chore: add post-build artifact files for 2.11.7 release --- .../v2/v2.11/v2.11.7/CHANGELOG-cpu.md | 110 ++ .../v2/v2.11/v2.11.7/CHANGELOG-gpu.md | 111 +++ build_artifacts/v2/v2.11/v2.11.7/RELEASE.md | 75 ++ build_artifacts/v2/v2.11/v2.11.7/cpu.env.out | 847 ++++++++++++++++ build_artifacts/v2/v2.11/v2.11.7/gpu.env.out | 938 ++++++++++++++++++ 5 files changed, 2081 insertions(+) create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/RELEASE.md create mode 100644 build_artifacts/v2/v2.11/v2.11.7/cpu.env.out create mode 100644 build_artifacts/v2/v2.11/v2.11.7/gpu.env.out diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md new file mode 100644 index 000000000..e0e287d05 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-cpu.md @@ -0,0 +1,110 @@ +# Change log: 2.11.7 (cpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio|1.1.8|1.1.12|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.1.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +filelock|3.25.2|3.29.0|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.20.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +pydantic-core|2.41.5|2.46.2|minor +pydantic|2.12.5|2.13.2|minor +pydantic-settings|2.13.1|2.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +smart_open|7.5.1|7.6.0|minor +smart-open|7.5.1|7.6.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +libpng|1.6.55|1.6.58|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +zipp|3.23.0|3.23.1|patch +mako|1.3.10|1.3.11|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.33|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.39|patch +expat|2.7.4|2.7.5|patch +fonttools|4.62.0|4.62.1|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.4|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +reproc|14.2.5.post0|14.2.7.post0|patch +reproc-cpp|14.2.5.post0|14.2.7.post0|patch +python-duckdb|1.5.1|1.5.2|patch +duckdb|1.5.1|1.5.2|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| + +### New + +Package | Version +---|--- +sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md new file mode 100644 index 000000000..922107b11 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/CHANGELOG-gpu.md @@ -0,0 +1,111 @@ +# Change log: 2.11.7 (gpu) + +This page lists all package changes since the previous release (2.11.6). + +## Direct dependencies + +> [!NOTE] +> These packages are explicitly included in the image. Their updates follow SageMaker Distribution's [versioning strategy](https://github.com/aws/sagemaker-distribution#versioning-strategy). + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +jupyter-lsp|2.3.0|2.3.1|patch +amzn-sagemaker-aiops-jupyterlab-extension|1.0.5|1.0.6|patch +sagemaker-gen-ai-jupyterlab-extension|1.0.14|1.0.15|patch +sagemaker-studio|1.1.8|1.1.12|patch +sagemaker-studio-dataengineering-sessions|1.3.14|1.3.18|patch + +## Indirect dependencies + +> [!NOTE] +> These packages are pulled in automatically to satisfy the requirements of the direct dependencies. Their versions may vary between releases. + +### Changed + +Package | Previous Version | Current Version | Change Type +---|---|---|--- +python-tzdata|2025.3|2026.1|major +importlib_resources|6.5.2|7.1.0|major +gdown|5.2.1|6.0.0|major +xyzservices|2025.11.0|2026.3.0|major +invoke|2.2.1|3.0.3|major +libuuid|2.41.3|2.42|minor +filelock|3.25.2|3.29.0|minor +requests|2.32.5|2.33.1|minor +mpc|1.3.1|1.4.0|minor +greenlet|3.3.2|3.4.0|minor +narwhals|2.18.1|2.20.0|minor +pygments|2.19.2|2.20.0|minor +prometheus_client|0.24.1|0.25.0|minor +json5|0.13.0|0.14.0|minor +pydantic-core|2.41.5|2.46.2|minor +pydantic|2.12.5|2.13.2|minor +pydantic-settings|2.13.1|2.14.0|minor +regex|2026.2.28|2026.4.4|minor +googleapis-common-protos|1.73.0|1.74.0|minor +smart_open|7.5.1|7.6.0|minor +smart-open|7.5.1|7.6.0|minor +llvmlite|0.46.0|0.47.0|minor +numba|0.64.0|0.65.0|minor +awswrangler|3.15.1|3.16.0|minor +deltalake|1.3.2|1.5.0|minor +google-cloud-bigquery-core|3.40.1|3.41.0|minor +opentelemetry-api|1.40.0|1.41.0|minor +opentelemetry-sdk|1.40.0|1.41.0|minor +slack-bolt|1.27.0|1.28.0|minor +llvm-openmp|22.1.1|22.1.3|patch +libexpat|2.7.4|2.7.5|patch +liblzma|5.8.2|5.8.3|patch +openssl|3.6.1|3.6.2|patch +hf-xet|1.4.2|1.4.3|patch +charset-normalizer|3.4.6|3.4.7|patch +nccl|2.29.3.1|2.29.7.1|patch +libpng|1.6.55|1.6.58|patch +libjpeg-turbo|3.1.2|3.1.4.1|patch +aiohttp|3.13.3|3.13.5|patch +zipp|3.23.0|3.23.1|patch +mako|1.3.10|1.3.11|patch +sqlalchemy|2.0.48|2.0.49|patch +tomli|2.4.0|2.4.1|patch +platformdirs|4.9.4|4.9.6|patch +nbconvert-core|7.17.0|7.17.1|patch +click|8.3.1|8.3.2|patch +orjson|3.11.7|3.11.8|patch +langsmith|0.7.22|0.7.33|patch +sagemaker-jupyterlab-extension-common|0.3.2|0.3.3|patch +nbconvert-pandoc|7.17.0|7.17.1|patch +nbconvert|7.17.0|7.17.1|patch +cryptography|46.0.5|46.0.7|patch +pyathena|3.30.0|3.30.1|patch +fastcore|1.12.31|1.12.39|patch +expat|2.7.4|2.7.5|patch +fonttools|4.62.0|4.62.1|patch +google-auth|2.49.1|2.49.2|patch +proto-plus|1.27.1|1.27.2|patch +python-discovery|1.2.0|1.2.2|patch +virtualenv|21.2.0|21.2.4|patch +rich|14.3.3|14.3.4|patch +werkzeug|3.1.7|3.1.8|patch +python-multipart|0.0.22|0.0.26|patch +typer|0.24.0|0.24.1|patch +spacy|3.8.13|3.8.14|patch +reproc|14.2.5.post0|14.2.7.post0|patch +reproc-cpp|14.2.5.post0|14.2.7.post0|patch +python-duckdb|1.5.1|1.5.2|patch +duckdb|1.5.1|1.5.2|patch +smmap|5.0.2|5.0.3|patch +sse-starlette|3.3.3|3.3.4|patch +param|2.3.2|2.3.3|patch +pydynamodb|0.8.1|0.8.2|patch +pytest|9.0.2|9.0.3|patch +opentelemetry-semantic-conventions|0.61b0|0.62b0| +opentelemetry-instrumentation|0.61b0|0.62b0| +opentelemetry-instrumentation-threading|0.61b0|0.62b0| + +### New + +Package | Version +---|--- +sqlglot|28.10.1 diff --git a/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md new file mode 100644 index 000000000..4fe8f64c9 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/RELEASE.md @@ -0,0 +1,75 @@ +# Release notes: 2.11.7 + +Package | gpu| cpu +---|---|--- +python|3.11.11|3.11.11 +numpy|1.26.4|1.26.4 +jinja2|3.1.6|3.1.6 +pytorch|2.6.0|2.6.0 +pandas|2.3.3|2.3.3 +altair|5.5.0|5.5.0 +boto3|1.40.70|1.40.70 +ipython|8.37.0|8.37.0 +jupyter-lsp|2.3.1|2.3.1 +jupyterlab|4.4.10|4.4.10 +amazon-q-developer-jupyterlab-ext|3.4.8|3.4.8 +langchain|0.3.27|0.3.27 +jupyter-ai|2.31.7|2.31.7 +amazon-sagemaker-jupyter-ai-q-developer|1.2.9|1.2.9 +jupyter-scheduler|2.11.0|2.11.0 +amazon-sagemaker-jupyter-scheduler|3.1.16|3.1.16 +amazon-sagemaker-sql-magic|0.1.4|0.1.4 +jupyterlab-lsp|5.0.3|5.0.3 +amazon_sagemaker_sql_editor|0.1.21|0.1.21 +amzn-sagemaker-aiops-jupyterlab-extension|1.0.6|1.0.6 +scipy|1.16.3|1.16.3 +matplotlib-base|3.10.8|3.10.8 +scikit-learn|1.7.2|1.7.2 +pip|24.3.1|24.3.1 +torchvision|0.21.0|0.21.0 +uvicorn|0.38.0|0.38.0 +autogluon|1.4.0|1.4.0 +ipywidgets|8.1.8|8.1.8 +notebook|7.4.7|7.4.7 +aws-glue-sessions|1.0.9|1.0.9 +aws-s3-access-grants-boto3-plugin|1.3.0|1.3.0 +conda|24.11.3|24.11.3 +docker-cli|27.5.1|27.5.1 +fastapi|0.121.3|0.121.3 +git-remote-codecommit|1.16|1.16 +jupyter-activity-monitor-extension|0.3.2|0.3.2 +jupyter-collaboration|2.1.5|2.1.5 +jupyter-dash|0.4.2|0.4.2 +jupyter-server-proxy|4.4.0|4.4.0 +jupyterlab-git|0.51.4|0.51.4 +keras|3.12.0|3.12.0 +langchain-aws|0.2.35|0.2.35 +mcp|1.21.2|1.21.2 +mlflow|2.22.0|2.22.0 +py-xgboost-gpu|2.1.4| +pyhive|0.7.0|0.7.0 +python-gssapi|1.10.1|1.10.1 +python-lsp-server|1.13.2|1.13.2 +s3fs|2024.12.0|2024.12.0 +sagemaker-code-editor|1.7.7|1.7.7 +sagemaker-gen-ai-jupyterlab-extension|1.0.15|1.0.15 +sagemaker-headless-execution-driver|0.0.13|0.0.13 +sagemaker-jupyterlab-emr-extension|0.4.3|0.4.3 +sagemaker-jupyterlab-extension|0.5.4|0.5.4 +sagemaker-kernel-wrapper|0.0.6|0.0.6 +sagemaker-mlflow|0.1.1|0.1.1 +sagemaker-python-sdk|2.254.1|2.254.1 +sagemaker-studio|1.1.12|1.1.12 +sagemaker-studio-analytics-extension|0.2.4|0.2.4 +sagemaker-studio-cli|1.0.7|1.0.7 +sagemaker-studio-dataengineering-extensions|1.3.8|1.3.8 +sagemaker-studio-dataengineering-sessions|1.3.18|1.3.18 +seaborn|0.13.2|0.13.2 +strands-agents|0.3.0|0.3.0 +strands-agents-mcp-server|0.1.2|0.1.2 +strands-agents-tools|0.1.9|0.1.9 +supervisor|4.2.5|4.2.5 +tensorflow|2.18.0|2.18.0 +tf-keras|2.18.0|2.18.0 +uv|0.9.30|0.9.30 +py-xgboost-cpu| |2.1.4 diff --git a/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out new file mode 100644 index 000000000..f54161bfe --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/cpu.env.out @@ -0,0 +1,847 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2#23b8f98a355030331f40d0245492f715 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.29.0-pyhd8ed1ab_0.conda#8fa8358d022a3a9bd101384a808044c6 +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cpu_mkl_hc5f969b_101.conda#284859a044d1c9b9e1c0a29cee771305 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cpu_mkl_py311_hcab61ac_101.conda#22ac1759e20948028dbc248c7ac3d289 +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-hc7b3859_3_cpu.conda#9ed3ded6da29dec8417f2e1db68798f2 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hcb10f89_3_cpu.conda#8f8dc214d89e06933f1bc1dcd2310b9c +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h081d1f1_3_cpu.conda#1d04307cdb1d8aeb5f55b047d5d403ea +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hcb10f89_3_cpu.conda#a28f04b6e68a1c76de76783108ad729d +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-h08228c5_3_cpu.conda#a58e4763af8293deaac77b63bc7804d8 +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311h342b5a4_2_cpu.conda#54880fa1b4305c2aaea2ba2f35e1c82a +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.20.0-pyhcf101f3_0.conda#6cac1a50359219d786453c6fef819f98 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.33-pyhd8ed1ab_0.conda#8fd748f8751dd2eaccfd7354a891f467 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.14.0-pyhd8ed1ab_0.conda#0552800b10a426db8f5068d6e5adcf54 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.1-py311h3778330_0.conda#dd214022a8f01bc2ebed383dfdc8deea +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda#af5a1b1a68a53f27bc3c87ab7c582e6d +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.7-cpu_py311haf5cfbf_1.conda#49c6d88360e08d6a55d9462c674d1b75 +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cpu_h97e353d_2.conda#35c3f410cf4a9f010b47ed4382d7ee3c +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cpu_pyhf5c67e3_2.conda#d1ff3691bce31b0ae64840e22549b555 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cpu_pyhc1a9e11_2.conda#7e87579f3c6d0ff91ab9709c5734f9b9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-cpu-2.1.4-pyhc1a9e11_2.conda#828e95e1dea0ddc2e2dcc3b1078ca5dd +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cpu_py311h50f7602_0.conda#6e34f0d84014b7092b3959dc3c3c2348 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cpu_py311h1adda88_0.conda#deffd021264c0fc9a682ddf9960b2d13 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cpu_py311h6ac8430_0.conda#9a03a1ecc590a278d50e1517fbe8f691 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528 diff --git a/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out new file mode 100644 index 000000000..96e550ee5 --- /dev/null +++ b/build_artifacts/v2/v2.11/v2.11.7/gpu.env.out @@ -0,0 +1,938 @@ +# This file may be used to create an environment using: +# $ conda create --name --file +# platform: linux-64 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/llvm-openmp-22.1.3-h4922eb0_0.conda#f7781cb22afa62ef27fd0b3300c53c86 +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-7_kmp_llvm.conda#887b70e1d607fba7957aa02f9ee0d939 +https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-gpu_0.tar.bz2#7702188077361f43a4d61e64c694f850 +https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda#0aa00f03f9e39fb9876085dee11a85d4 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda#d2ffd7602c02f2b316fd921d39876885 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda#d87ff7921124eccd67248aa483c23fec +https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda#4a13eeac0b5c8e5b8ab496e6c4ddd829 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda#18335a698559cdbcd86150a48bf54ba6 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.5-hecca717_0.conda#49f570f3bc4c874a06ea69b7225753af +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda#ede4673863426c0883c0063d853bbd85 +https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda#b88d90cad08e6bc8ad540cb310a761fb +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda#3fa05c528d8a1e2a67bbf1e36f22d3bc +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.42-h5347b49_0.conda#38ffe67b78c9d4de527be8315e5ada2c +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda#d5e96b1ed75ca01906b3d2469b4ce493 +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7 +https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2026.2.25-hbd8a1cb_0.conda#4492fd26db29495f0ba23f146cd5638d +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda#da1b85b6a87e141f5140bb9924cecab0 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda#d7d95fc8287ea7bf33e0e7116d2b95ec +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h366c992_103.conda#cffd3bdd58090148f4cfcd831f4b26ab +https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda#ad659d0a2b3e47e38d829aa8cad2d610 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.11-h9e4cc4f_1_cpython.conda#8387070aa413ce9a8cc35a509fae938b +https://conda.anaconda.org/conda-forge/noarch/python_abi-3.11-8_cp311.conda#8fcb6b0e2161850556231336dae58358 +https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.15-py311hd8ed1ab_0.conda#bf0d09d5c2b61aaf7b11c551c8545cfa +https://conda.anaconda.org/conda-forge/noarch/python-gil-3.11.15-hd8ed1ab_0.conda#8793751936480e56ce4047b4f54b997f +https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda#aaa2a381ccc56eac91d63b6c1240312f +https://conda.anaconda.org/conda-forge/noarch/absl-py-2.4.0-pyhd8ed1ab_0.conda#a46362fa67f5138d526715107be0ee32 +https://conda.anaconda.org/conda-forge/noarch/filelock-3.29.0-pyhd8ed1ab_0.conda#8fa8358d022a3a9bd101384a808044c6 +https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.12.0-pyhd8ed1ab_0.conda#e041ad4c43ab5e10c74587f95378ebc7 +https://conda.anaconda.org/conda-forge/linux-64/hf-xet-1.4.3-py310hb823017_0.conda#3b07fdd2e38ac0de55f997d912b1592d +https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda#3bfed7e6228ebf2f7b9eaa47f1b4e2aa +https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a +https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda#a24add9a3bababee946f3bc1c829acfe +https://conda.anaconda.org/conda-forge/noarch/certifi-2026.2.25-pyhd8ed1ab_0.conda#765c4d97e877cdbbb88ff33152b86125 +https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda#a9167b9571f3baa9d448faa2139d1089 +https://conda.anaconda.org/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda#53abe63df7e10a6ba605dc5f9f961d36 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda#1b08cd684f34175e4514474793d44bcb +https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda#7138a06a7b0d11a23cfae323e6010a08 +https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac +https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.20-pyhd8ed1ab_0.conda#0511ede4b6dd034d77fa80c6d09794e1 +https://conda.anaconda.org/conda-forge/noarch/requests-2.33.1-pyhcf101f3_0.conda#10afbb4dbf06ff959ad25a92ccee6e59 +https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda#e5ce43272193b38c2e9037446c1d9206 +https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda#0caa1af407ecff61170c9437a808404d +https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda#edd329d7d3a4ab45dcf905899a7a6115 +https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.36.0-pyhd8ed1ab_0.conda#39e591c87bc60fcf0944f5b878ed3e27 +https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda#6235adb93d064ecdf3d44faee6f468de +https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3 +https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda#915f5995e94f60e9a4826e0b0920ee88 +https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda#35eeb0a2add53b1e50218ed230fa6a02 +https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda#d821210ab60be56dd27b5525ed18366d +https://conda.anaconda.org/conda-forge/linux-64/tbb-2021.13.0-h8d10470_4.conda#e6d46d70c68d0eb69b9a040ebe3acddf +https://conda.anaconda.org/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda#e4ab075598123e783b788b995afbdad0 +https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda#888c2ae634bce09709dffd739ba9f1bc +https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda#f66eb9a9396715013772b8a3ef7396be +https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda#0c4af651539e79160cd3f0783391e918 +https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda#a502d7aad449a1206efb366d6a12c52d +https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda#9bc62d25dcf64eec484974a3123c9d57 +https://conda.anaconda.org/conda-forge/noarch/cuda-version-12.6-h7480c83_3.conda#1c8b99e65a4423b1e4ac2e4c76fb0978 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart_linux-64-12.6.77-h3f2d84a_0.conda#314908ad05e2c4833475a7d93f4149ca +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-12.6.77-h5888daf_0.conda#feb533cb1e5f7ffbbb82d8465e0adaad +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-12.6.80-hbd13f7d_0.conda#85e9354a9e32f7526d2451ed2bb93347 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-12.6.85-hbd13f7d_0.conda#9d9909844a0133153d54b6f07283da8c +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvtx-12.6.77-hbd13f7d_0.conda#3fe3afe309918465f82f984b3a1a85e9 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-12.6.4.1-h5888daf_1.conda#7718c5dd31ed259736a30b8a1422de70 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-9.10.2.21-hf7e9902_0.conda#a178a1f3642521f104ecceeefa138d01 +https://conda.anaconda.org/conda-forge/linux-64/libcudnn-dev-9.10.2.21-h58dd1b1_0.conda#7d7a47d067261531c3089dcec326d6fa +https://conda.anaconda.org/conda-forge/linux-64/cudnn-9.10.2.21-hbcb9cd8_0.conda#c8168e26c0a9f50425ac05d6a5201c12 +https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_1.conda#f9efdf9b0f3d0cc309d56af6edf2a6b0 +https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda#04558c96691bed63104678757beb4f8d +https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda#488f260ccda0afaf08acb286db439c2f +https://conda.anaconda.org/conda-forge/linux-64/libcudss-0.5.0.16-h14340ca_1.conda#290a26e7caf9bcbdde629db6612e212e +https://conda.anaconda.org/conda-forge/linux-64/libcufft-11.3.0.4-hbd13f7d_0.conda#a296940fa2e0448d066d03bf6b586772 +https://conda.anaconda.org/conda-forge/linux-64/libnl-3.11.0-hb9d3cd8_0.conda#db63358239cbe1ff86242406d440e44a +https://conda.anaconda.org/conda-forge/linux-64/libcap-2.77-hd0affe5_1.conda#499cd8e2d4358986dbe3b30e8fe1bf6a +https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-260.1-h6569c3e_0.conda#5020e400d8f01d9e6a39d559e65060f1 +https://conda.anaconda.org/conda-forge/linux-64/libudev1-260.1-h6569c3e_0.conda#0bcc534980c246af677ed6f118d8c2ef +https://conda.anaconda.org/conda-forge/linux-64/rdma-core-61.0-h192683f_0.conda#d487d93d170e332ab39803e05912a762 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-1.11.1.6-h12f29b5_4.conda#44fd967c18c41e4e5822f339621a47b4 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-10.3.7.77-hbd13f7d_0.conda#d8b8a1e6e6205447289cd09212c914ac +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-12.6.85-hbd13f7d_0.conda#dca2d62b3812922e6976f76c0a401918 +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-12.5.4.2-hbd13f7d_0.conda#8186e9de34f321aa34965c1cb72c0c26 +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-11.7.1.2-h5888daf_1.conda#200e029abc85b27af8935f8348bee84f +https://conda.anaconda.org/conda-forge/linux-64/libmagma-2.8.0-h566cb83_2.conda#b6818d8ad575df8faace47ee560e0630 +https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda#d8703f1ffe5a06356f06467f1d0b9464 +https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118 +https://conda.anaconda.org/conda-forge/linux-64/nccl-2.29.7.1-h8b5a6f3_0.conda#b093fe1438c5e5a1fd38850df59cf699 +https://conda.anaconda.org/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda#e8a0b4f5e82ecacffaa5e805020473cb +https://conda.anaconda.org/conda-forge/linux-64/libtorch-2.6.0-cuda126_mkl_h9e9ac90_301.conda#86b93b838cc834b5b2bb096331392c55 +https://conda.anaconda.org/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda#a2c1eeadae7a309daed9d62c96012a2b +https://conda.anaconda.org/conda-forge/linux-64/optree-0.19.0-py311hdf67eae_0.conda#31ba7cdcaa7cf05056a297898f855497 +https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda#730a5284e26d6bdb73332dafb26aec82 +https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda#1594696beebf1ecb6d29a1136f859a74 +https://conda.anaconda.org/conda-forge/noarch/setuptools-81.0.0-pyh332efcf_0.conda#d629a398d7bf872f9ed7b27ab959de15 +https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda#c94a5994ef49749880a8139cf9afcbe1 +https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda#85ce2ffa51ab21da5efa4a9edc5946aa +https://conda.anaconda.org/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda#770d00bf57b5599c4544d61b61d8c6c6 +https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.3.0-py311h92a432a_1.conda#7d7764bcd71545948497be8a7103a2ef +https://conda.anaconda.org/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda#2e81b32b805f406d23ba61938a184081 +https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda#32d866e43b25275f61566b9391ccb7b5 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvdisasm-12.6.77-hbd13f7d_1.conda#86be0f804995240f973a48f291d371de +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuobjdump-12.6.77-hbd13f7d_1.conda#881d6e2cdb12db52e0c3d9dff6f7f14d +https://conda.anaconda.org/conda-forge/linux-64/cuda-crt-tools-12.6.85-ha770c72_0.conda#4ab193b5fcdcf8d7b094221e3977a112 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-tools-12.6.85-he02047a_0.conda#0919bdf9454da5eb974e98dd79bf38fe +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-tools-12.6.85-he02047a_0.conda#30b272fa555944cb44f8d4dc9244abb5 +https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda#59a7b967b6ef5d63029b1712f8dcf661 +https://conda.anaconda.org/conda-forge/linux-64/triton-3.2.0-cuda126py311hc9dd8b4_1.conda#caffc6da585da83003ea1691c485899e +https://conda.anaconda.org/conda-forge/linux-64/pytorch-2.6.0-cuda126_mkl_py311_h01662ba_301.conda#356032161ba378ac1bc52ca8b7164d5f +https://conda.anaconda.org/conda-forge/linux-64/safetensors-0.7.0-py311hc8fb587_0.conda#a281fa38e4112cf59a694c52b2d674c1 +https://conda.anaconda.org/conda-forge/noarch/accelerate-1.13.0-pyhcf101f3_0.conda#26985f271db151e35ec81590d1a3b2cf +https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3 +https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8 +https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2026.1-pyhd8ed1ab_0.conda#d8d30923ccee7525704599efd722aa16 +https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda#f26ec986456c30f6dff154b670ae140f +https://conda.anaconda.org/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_2.conda#2366b5470cf61614c131e356efe9f74c +https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.12.0-hb9d3cd8_0.conda#f65c946f28f0518f41ced702f44c52b7 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.8.7-h043a21b_0.conda#4fdf835d66ea197e693125c64fbd4482 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.3.1-h3870646_2.conda#17ccde79d864e6183a83c5bbb8fff34d +https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.14-h6c98b2b_0.conda#efab4ad81ba5731b2fefa0ab4359e884 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.17.0-h3dad3f2_6.conda#3a127d28266cdc0da93384d1f59fe8df +https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.9.4-hb9b18c6_4.conda#773c99d0dbe2b3704af165f97ff399e5 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.2.3-h3870646_2.conda#06008b5ab42117c89c982aa2a32a5b25 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.8.6-hd08a7f5_4.conda#f5a770ac1fd2cb34b21327fc513013a7 +https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.2.3-h3870646_2.conda#303d9e83e0518f1dcb66e90054635ca6 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.5.4-h04a3f94_2.conda#81096a80f03fc2f0fb2a230f5d028643 +https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.12.2-h108da3e_2.conda#90e07c8bac8da6378ee1882ef0a9374a +https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.7.13-h822ba82_2.conda#9cf2c3c13468f2209ee814be2c88655f +https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.31.0-h55f77e1_4.conda#0627af705ed70681f5bede31e72348e5 +https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3 +https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b +https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368 +https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda#920bb03579f15389b9e512095ad995b7 +https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055 +https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda#2a45e7f8af083626f009645a6481f12d +https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda#eecce068c7e4eddeb169591baac20ac4 +https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda#0a5563efed19ca4461cf927419b6eb73 +https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.510-h37a5c72_3.conda#beb8577571033140c6897d257acc7724 +https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.14.0-h5cfcd09_0.conda#0a8838771cc2e985cd295e01ae83baf1 +https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.10.0-h113e628_0.conda#73f73f60854f325a55f1d31459f2ab73 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.8.0-h736e048_1.conda#13de36be8de3ae3f05ba127631599213 +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.13.0-h3cf044e_1.conda#7eb66060455c7a47d9dcdbfa9f46579b +https://conda.anaconda.org/conda-forge/linux-64/azure-storage-files-datalake-cpp-12.12.0-ha633028_1.conda#7c1980f89dd41b097549782121a73490 +https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda#d411fc29e338efb48c5fd4576d71d881 +https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda#ff862eebdfeb2fd048ae9dc92510baca +https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda#1d29d2e33fe59954af82ef54a8af3fe1 +https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda#5cb5a1c9a94a78f5b23684bcb845338d +https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda#2e55011fa483edb8bfe3fd92e860cd79 +https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2024.07.02-hbbce691_2.conda#b2fede24428726dd867611664fb372e8 +https://conda.anaconda.org/conda-forge/linux-64/re2-2024.07.02-h9925aae_2.conda#e84ddf12bde691e8ec894b00ea829ddf +https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.67.1-h25350d4_2.conda#bfcedaf5f9b003029cc6abe9431f66bf +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.36.0-h2b5623c_0.conda#c96ca58ad3352a964bfcb85de6cd1496 +https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2#c965a5aa0d5c1c37ffc62dff36e28400 +https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.36.0-h0121fbd_0.conda#fc5efe1833a4d709953964037985bb72 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-headers-1.18.0-ha770c72_1.conda#4fb055f57404920a43b147031471e03b +https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.12.0-h54a6638_1.conda#16c2a0e9c4a166e53632cfca4f68d020 +https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_2.conda#c2a01a08fc991620a74b32420e97868a +https://conda.anaconda.org/conda-forge/linux-64/prometheus-cpp-1.3.0-ha5d0236_0.conda#a83f6a2fdc079e643237887a37460668 +https://conda.anaconda.org/conda-forge/linux-64/libopentelemetry-cpp-1.18.0-hfcad708_1.conda#1f5a5d66e77a39dc5bd639ec953705cf +https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.10.0-h202a827_0.conda#0f98f3e95272d118f7931b6bef69bfe5 +https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda#9de5350a85c4a20c685259b889aa6393 +https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.2-h03e3b7b_1.conda#98b6c9dc80eb87b2519b97bcf7e578dd +https://conda.anaconda.org/conda-forge/linux-64/orc-2.1.1-h2271f48_0.conda#67075ef2cb33079efee3abfe58127a3b +https://conda.anaconda.org/conda-forge/linux-64/libarrow-19.0.1-h1938f28_3_cuda.conda#9ef724782cd5b90dd807425effcae27c +https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-19.0.1-hb826db4_3_cuda.conda#8ad8c6fb0d492bd1866a67015ef3ffc5 +https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda#a1cfcc585f0c42bf8d5546bb1dfb668d +https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.21.0-h0e7cc3e_0.conda#dcb95c0a98ba9ff737f7ae482aef7833 +https://conda.anaconda.org/conda-forge/linux-64/libparquet-19.0.1-h3f30f2e_3_cuda.conda#bb9f38db50bd715eb0b90468fec41c9f +https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-19.0.1-hb826db4_3_cuda.conda#9f7735737257d636b439324485fe0299 +https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-19.0.1-hbf482d9_3_cuda.conda#fd775b79193481c0a669aa97770376ec +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-core-19.0.1-py311hbabfba9_2_cuda.conda#a2c04cd33fde524fc4699b93f8c50f9e +https://conda.anaconda.org/conda-forge/linux-64/pyarrow-19.0.1-py311h38be061_2.conda#332c71c5c05fa84a1b71308fe7222afa +https://conda.anaconda.org/conda-forge/noarch/triad-1.0.2-pyhcf101f3_0.conda#b4608921102594e611b8dfb95d4f93cd +https://conda.anaconda.org/conda-forge/noarch/adagio-0.2.6-pyhd8ed1ab_1.conda#e501931a052662243622ca1a56147f5f +https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_3.conda#129e404c5b001f3ef5581316971e3ea0 +https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda#eba48a68a1a2b9d3c0d9511548db85db +https://conda.anaconda.org/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda#fb16b4b69e3f1dcfe79d80db8fd0c55d +https://conda.anaconda.org/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda#e289f3d17880e44b633ba911d57a321b +https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.17.1-h27c8c51_0.conda#867127763fbe935bab59815b6e0b7b5c +https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2#0c96522c6bdaed4b1566d11387caaf45 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2#34893075a5c9e55cdafac56607368fc6 +https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2#4d59c254e01d9cde7957100457e2d5fb +https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda#49023d73832ef61042f6a237cb2687e7 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda#a7970cd949a077b7cb9696379d338681 +https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2#fee5683a3f04bd15cbd8318b096a27ab +https://conda.anaconda.org/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda#8462b5322567212beeb025f3519fb3e2 +https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hc749103_2.conda#31614c73d7b103ef76faa4d83d261d34 +https://conda.anaconda.org/conda-forge/linux-64/libglib-2.84.1-h2ff4ddf_0.conda#0305434da649d4fb48a425e588b79ea6 +https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda#b3c17d95b5a10c6e64a21fa17573e70e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda#b2895afaf55bf96a8c8282a2e47a5de0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda#1dafce8548e38671bea82e3f5c6ce22f +https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda#92ed62436b625154323d40d5f2f11dd7 +https://conda.anaconda.org/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda#c01af13bdc553d1a8fbfff6e8db075f0 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda#fb901ff28063514abb6046c9ec2c4a45 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda#1c74ff8c35dcadf952a16f752ca5aa49 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda#861fb6ccbc677bb9a9fb2468430b9c6a +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda#34e54f03dfea3e7a2dcf1453a85f1085 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda#96d57aba173e878a2089d5638016dc5e +https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda#09262e66b19567aff4f592fb53b28760 +https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda#6178c6f2fb254558238ef4e6c56fb782 +https://conda.anaconda.org/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda#a752488c68f2e7c456bcbd8f16eec275 +https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda#64f0c503da58ec25ebd359e4d990afa8 +https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda#aea31d2e5b1091feca96fcfe945c3cf9 +https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda#72b531694ebe4e8aa6f5745d1015c1b4 +https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda#201db6c2d9a3c5e46573ac4cb2e92f4f +https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda#2cd94587f3a401ae05e03a6caf09539d +https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-11.2.1-h3beb420_0.conda#0e6e192d4b3d95708ad192d957cf3163 +https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda#f9f81ea472684d75b9dd8d0b328cf655 +https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.3-h9ac818e_1.conda#21899b96828014270bd24fd266096612 +https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-he92a37e_3.conda#d27665b20bc4d074b86e628b3ba5ab8b +https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-49.0-unix_0.conda#b3f0179590f3c0637b7eb5309898f79e +https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.6.1-pyhd8ed1ab_0.conda#18fd895e0e775622906cdabfc3cf0fb4 +https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.7.0-py311h52bc045_0.conda#d9be554be03e3f2012655012314167d6 +https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.4.0-pyhd8ed1ab_0.conda#421a865222cd0c9d83ff08bc78bf3a61 +https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda#537296d57ea995666c68c821b00e360b +https://conda.anaconda.org/conda-forge/linux-64/multidict-6.7.1-py311h3778330_0.conda#657ac3fca589a3da15a287868a146524 +https://conda.anaconda.org/conda-forge/linux-64/propcache-0.3.1-py311h2dc5d0c_0.conda#c75eb8c91d69fe0385fce584f3ce193a +https://conda.anaconda.org/conda-forge/linux-64/yarl-1.23.0-py311h3778330_0.conda#27ea2409d68cca4b0d02599c217bdb2d +https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.13.5-py311h55b9665_0.conda#0fdb7435f551898c33b0017423e4fb53 +https://conda.anaconda.org/conda-forge/noarch/aioitertools-0.13.0-pyhd8ed1ab_0.conda#65d5134ff98cb3727022a4f23993a2e6 +https://conda.anaconda.org/conda-forge/noarch/jmespath-1.1.0-pyhcf101f3_1.conda#cc73a9bd315659dc5307a5270f44786f +https://conda.anaconda.org/conda-forge/noarch/botocore-1.40.70-pyhd8ed1ab_0.conda#280a8a31bface0a6b1cf49ea85004128 +https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.3-py311h49ec1c0_1.conda#47c1c27dee6c31bf8eefbdbdde817d83 +https://conda.anaconda.org/conda-forge/noarch/aiobotocore-2.25.2-pyhcf101f3_0.conda#6e90a60dbb939d24a6295e19377cf0e6 +https://conda.anaconda.org/conda-forge/noarch/aiohttp-cors-0.8.1-pyhcf101f3_1.conda#aca3cac9f71bfa7a61aee686e47ed69a +https://conda.anaconda.org/conda-forge/noarch/aiosqlite-0.19.0-pyhd8ed1ab_0.conda#c60a47f9f29057417165a8af579396a8 +https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.1-pyhcf101f3_0.conda#e1c36c6121a7c9c76f2f148f1e83b983 +https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.10.0-pyha770c72_0.conda#ae2ad334f34040e147cc5824b450463b +https://conda.anaconda.org/conda-forge/noarch/mako-1.3.11-pyhcf101f3_0.conda#20ed6abf97e8f35892e2b1c5da744eef +https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.4.0-py311hc665b79_0.conda#b665bc0b19a31a291542b0dec6ce6727 +https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.49-py311haee01d2_0.conda#a48cef0efd16a697bdc04947712abcb5 +https://conda.anaconda.org/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda#b5325cf06a000c5b14970462ff5e4d58 +https://conda.anaconda.org/conda-forge/noarch/alembic-1.18.4-pyhcf101f3_0.conda#c45fa7cf996b766cb63eadf3c3e6408a +https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.15.3-hb03c661_0.conda#dcdc58c15961dbf17a0621312b01f5cb +https://conda.anaconda.org/conda-forge/noarch/importlib_resources-7.1.0-pyhd8ed1ab_0.conda#0ba6225c279baf7ea9473a62ea0ec9ae +https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda#622c389c080689ba1575a0750eb0209d +https://conda.anaconda.org/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda#870293df500ca7e18bedefa5838a22ab +https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda#439cd0f567d697b20a8f45cb70a1005a +https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_2.conda#5a5870a74432aa332f7d32180633ad05 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_1.conda#a3cead9264b331b32fe8f0aabc967522 +https://conda.anaconda.org/conda-forge/noarch/narwhals-2.20.0-pyhcf101f3_0.conda#6cac1a50359219d786453c6fef819f98 +https://conda.anaconda.org/conda-forge/noarch/altair-5.5.0-pyhd8ed1ab_1.conda#e54e67e5aea7288ba110cf685252f599 +https://conda.anaconda.org/conda-forge/noarch/s3transfer-0.14.0-pyhd8ed1ab_0.conda#4e3089ce93822a25408c480dd53561b6 +https://conda.anaconda.org/conda-forge/noarch/boto3-1.40.70-pyhd8ed1ab_0.conda#9b8dc5d7e00f09256e5b438ec5cfc474 +https://conda.anaconda.org/conda-forge/noarch/async-lru-2.3.0-pyhcf101f3_0.conda#b85e84cb64c762569cc1a760c2327e0a +https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.1-pyhd8ed1ab_0.conda#8e662bd460bda79b1ea39194e3c4c9ab +https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda#af2df4b9108808da3dc76710fe50eae2 +https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda#b8993c19b0c32a2f7b66cbb58ca27069 +https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e +https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac +https://conda.anaconda.org/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda#164fc43f0b53b6e3a7bc7dce5e4f1dc9 +https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda#03fe290994c5e4ec17293cfb6bdce520 +https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb +https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285 +https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7 +https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda#400e4667a12884216df869cad5fb004b +https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32 +https://conda.anaconda.org/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda#97c1ce2fffa1209e7afb432810ec6e12 +https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 +https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed +https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda#00e120ce3e40bad7bfc78861ce3c4a25 +https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54 +https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea +https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943 +https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.6.0-pyhd8ed1ab_0.conda#c3197f8c0d5b955c904616b716aca093 +https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.52-pyha770c72_0.conda#edb16f14d920fb3faf17f5ce582942d6 +https://conda.anaconda.org/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda#16c18772b340887160c79a6acc022db0 +https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.1-pyhd8ed1ab_0.conda#9673a61a297b00016442e022d689faa6 +https://conda.anaconda.org/conda-forge/noarch/executing-2.2.1-pyhd8ed1ab_0.conda#ff9efb7f7469aed3c4a8106ffa29593c +https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04 +https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc +https://conda.anaconda.org/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda#177cfa19fe3d74c87a8889286dc64090 +https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.9.6-pyhcf101f3_0.conda#89c0b6d1793601a2a3a3f7d2d3d8b937 +https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.9.1-pyhc90fa1f_0.conda#b38fe4e78ee75def7e599843ef4c1ab0 +https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2 +https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad +https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda#eb719a63f26215bba3ee5b0227c6452b +https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.5-py311h49ec1c0_0.conda#73b44a114241e564deb5846e7394bf19 +https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.8.0-pyhcf101f3_0.conda#8a3d6d0523f66cf004e563a50d9392b3 +https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97 +https://conda.anaconda.org/conda-forge/noarch/ipykernel-7.2.0-pyha191276_1.conda#8b267f517b81c13594ed68d646fd5dcb +https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef +https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311h5b438cf_1.conda#82e0123a459d095ac99c76d150ccdacf +https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda#6e36e9d2b535c3fbe2e093108df26695 +https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b +https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a +https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551 +https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110 +https://conda.anaconda.org/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda#85c4f19f377424eafc4ed7911b291642 +https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a +https://conda.anaconda.org/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda#89bf346df77603055d3c8fe5811691e6 +https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706 +https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f +https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb +https://conda.anaconda.org/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda#6639b6b0d8b5a284f027a2003669aa65 +https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.23.0-hd8ed1ab_1.conda#a5b1a8065857cc4bd8b7a38d063bb728 +https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960 +https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda#31e11c30bbee1682a55627f953c6725a +https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda#17b43cee5cc84969529d5d0b0309b2cb +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda#7b8bace4943e0dc345fc45938826f2b8 +https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.8.3-pyhd8ed1ab_0.conda#18de09b20462742fe093ba39185d9bac +https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.14.3-pyha770c72_0.conda#5267bef8efea4127aacd1f4e1f149b6e +https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d +https://conda.anaconda.org/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda#7c5ebdc286220e8021bf55e6384acd67 +https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9 +https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.3.0-hbca2aae_1.conda#f11a319b9700b203aa14c295858782b6 +https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d +https://conda.anaconda.org/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda#b11e360fc4de2b0035fc8aaa74f17fd6 +https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f +https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea +https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.4-pyhd8ed1ab_0.conda#00f5b8dafa842e0c27c1cd7296aa4875 +https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9 +https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.17.1-pyhcf101f3_0.conda#2bce0d047658a91b99441390b9b27045 +https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c +https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587 +https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.25.0-pyhd8ed1ab_0.conda#a11ab1f31af799dd93c3a39881528884 +https://conda.anaconda.org/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda#28eb91468df04f655a57bcfbb35fc5c5 +https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda#2f1ed718fcd829c184a6d4f0f2e07409 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.17.0-pyhcf101f3_0.conda#d79a87dcfa726bcea8e61275feed6f83 +https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.3.1-pyhcf101f3_0.conda#0c3b465ceee138b9c39279cc02e5c4a0 +https://conda.anaconda.org/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda#f1976ce927373500cc19d3c0b2c85177 +https://conda.anaconda.org/conda-forge/noarch/json5-0.14.0-pyhd8ed1ab_0.conda#1269891272187518a0a75c286f7d0bbf +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda#a63877cb23de826b1620d3adfccc4014 +https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda#0fc7cfcd261709ef5591c1ea3415e8a7 +https://conda.anaconda.org/conda-forge/noarch/amazon-q-developer-jupyterlab-ext-3.4.8-pyhd8ed1ab_1.conda#3a0d9c73d9764a12e19e9f6cdefb77c6 +https://conda.anaconda.org/conda-forge/noarch/aws-embedded-metrics-3.3.0-pyhd8ed1ab_0.conda#a8042de26c716508b29a3463e70b3748 +https://conda.anaconda.org/conda-forge/linux-64/libfaiss-1.10.0-cpu_mkl_h158aa43_100.conda#8696c7bd9e902f3536bf63d49be124d2 +https://conda.anaconda.org/conda-forge/linux-64/faiss-1.10.0-cpu_mkl_py311_ha9a4149_100.conda#ad5be76e28d053440f2dac1084891f7b +https://conda.anaconda.org/conda-forge/linux-64/faiss-cpu-1.10.0-h718b53a_100.conda#495edcaa46501eeaa10f2804dcdf9400 +https://conda.anaconda.org/conda-forge/noarch/click-8.3.2-pyhc90fa1f_0.conda#4d18bc3af7cfcea97bd817164672a08c +https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda#61b8078a0905b12529abc622406cb62c +https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2#91e27ef3d05cc772ce627e51cff111c4 +https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.1-pyhd8ed1ab_0.conda#2fcb582444635e2c402e8569bb94e039 +https://conda.anaconda.org/conda-forge/noarch/partd-1.4.2-pyhd8ed1ab_0.conda#0badf9c54e24cecfb0ad2f99d680c163 +https://conda.anaconda.org/conda-forge/noarch/dask-core-2026.3.0-pyhc364b38_0.conda#809f4cde7c853f437becc43415a2ecdf +https://conda.anaconda.org/conda-forge/noarch/deepmerge-2.0-pyhd8ed1ab_1.conda#75c5496323e2ef172bfeec4651eb3e66 +https://conda.anaconda.org/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_2.conda#27469b470164e2c3d6752ec152441469 +https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda#c1153b2cb3318889ce624a3b4f0db7f7 +https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_1.conda#0401a17ae845fa72c7210e206ec5647d +https://conda.anaconda.org/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda#f88bb644823094f436792f80fba3207e +https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda#e52c2ef711ccf31bb7f70ca87d144b9e +https://conda.anaconda.org/conda-forge/noarch/distributed-2026.3.0-pyhc364b38_0.conda#8efb90a27e3b948514a428cb99f3fc70 +https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda#fd5062942bfa1b0bd5e0d2a4397b099e +https://conda.anaconda.org/conda-forge/noarch/jsonpath-ng-1.8.0-pyhcf101f3_0.conda#19113c1ed72438c1b3c5939d02f377ea +https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.3-pyhd8ed1ab_0.conda#3ce482ec3066e6d809dbbb1d1679f215 +https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda#cb60ae9cf02b9fcb8004dec4089e5691 +https://conda.anaconda.org/conda-forge/linux-64/orjson-3.11.8-py311h7098c77_0.conda#c2a5492022507f64d895dd3f5369c3cc +https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c +https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.46.2-py311h902ca64_0.conda#4fcf67ab8e4dca20dcc5201bd3ff72d8 +https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda#a0a4a3035667fc34f29bfbd5c190baa6 +https://conda.anaconda.org/conda-forge/noarch/pydantic-2.13.2-pyhcf101f3_0.conda#e6a5d825488a61785db20effeaac2f69 +https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda#607e13a8caac17f9a664bcab5302ce06 +https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.6.0-py311h041eb40_1.conda#9dcb9824894fb920414608447ccdf3ce +https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_1.conda#66de8645e324fda0ea6ef28c2f99a2ab +https://conda.anaconda.org/conda-forge/linux-64/uuid-utils-0.14.1-py310hc9716df_0.conda#ec4ce103c48eec21abae787720f52d1e +https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda#ca45bfd4871af957aaa5035593d5efd2 +https://conda.anaconda.org/conda-forge/noarch/langsmith-0.7.33-pyhd8ed1ab_0.conda#8fd748f8751dd2eaccfd7354a891f467 +https://conda.anaconda.org/conda-forge/noarch/tenacity-9.1.4-pyhcf101f3_0.conda#043f0599dc8aa023369deacdb5ac24eb +https://conda.anaconda.org/conda-forge/noarch/langchain-core-0.3.81-pyhd8ed1ab_0.conda#1e2298988cd3ae7add5459f6b46e32ea +https://conda.anaconda.org/conda-forge/noarch/langchain-text-splitters-0.3.9-pyhd8ed1ab_0.conda#4ccdd6330bf129c080a791ac8342aef3 +https://conda.anaconda.org/conda-forge/noarch/langchain-0.3.27-pymin310_h332efcf_1.conda#55771028b2aaa832f769c880f48888a1 +https://conda.anaconda.org/conda-forge/noarch/marshmallow-3.26.1-pyhd8ed1ab_0.conda#5122fd693171117f91516ce0f6c7a4de +https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.1.0-pyha770c72_0.conda#e9c622e0d00fa24a6292279af3ab6d06 +https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_1.conda#fa31df4d4193aabccaf09ce78a187faf +https://conda.anaconda.org/conda-forge/noarch/dataclasses-json-0.6.7-pyhcf101f3_2.conda#fe899acb5379abcb553a18613460a976 +https://conda.anaconda.org/conda-forge/noarch/httpx-sse-0.4.3-pyhd8ed1ab_0.conda#d884b0fc71e824093baf8f437d585461 +https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.2.2-pyhcf101f3_0.conda#130584ad9f3a513cdd71b1fdc1244e9c +https://conda.anaconda.org/conda-forge/noarch/pydantic-settings-2.14.0-pyhd8ed1ab_0.conda#0552800b10a426db8f5068d6e5adcf54 +https://conda.anaconda.org/conda-forge/noarch/langchain-community-0.3.31-pymin310_hd8ed1ab_1.conda#be644c7c0344d81adeb2172fb9415746 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-magics-2.31.7-pyhcf101f3_0.conda#b8762372409aa157c9768fdfe0a5a4d7 +https://conda.anaconda.org/conda-forge/noarch/jupyter-ai-2.31.7-pyhcf101f3_0.conda#dd270ac3242548b01a90ade56100c2d0 +https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyh707e725_8.conda#7fe569c10905402ed47024fc481bb371 +https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_4.conda#b866ff7007b934d564961066c8195983 +https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.28.3-py311hfdbb021_0.conda#ddf920c3b5d1cbd5ffbea591d2ad09ea +https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-25.9.23-pyh1e1bc0e_0.conda#611207751a2c0b5b999b07b78985d7a0 +https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.24.2-py311h73c1149_0_cpu.conda#494bbef5aecdbbd0e71374a498139777 +https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.12.1-pyhcf101f3_0.conda#b27a9f4eca2925036e43542488d3a804 +https://conda.anaconda.org/conda-forge/linux-64/y-py-0.6.2-py311h9e33e62_1.conda#72bb2cdc3505bb8f015d0244f2b61b76 +https://conda.anaconda.org/conda-forge/noarch/ypy-websocket-0.12.4-pyhd8ed1ab_1.conda#ce587cae6e9163339bab26048f19842b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-common-0.3.3-pyhd8ed1ab_0.conda#72658b32d957ea86d1bfa6237b7af3d0 +https://conda.anaconda.org/conda-forge/linux-64/regex-2026.4.4-py311h49ec1c0_0.conda#eea925134b3b1aad18dd1f3ca0e5b072 +https://conda.anaconda.org/conda-forge/linux-64/tokenizers-0.22.2-py311ha21528d_0.conda#d732f4fb6e6deddfa98106af4e26110e +https://conda.anaconda.org/conda-forge/noarch/transformers-4.57.6-pyhd8ed1ab_1.conda#38e994a6794f2904fd903956eca814fa +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-ai-q-developer-1.2.9-pyhd8ed1ab_0.conda#157bb12e1f69820d424fe1f9425e0515 +https://conda.anaconda.org/conda-forge/noarch/croniter-1.4.1-pyhd8ed1ab_0.conda#7a4568626f8d6e7c63dcb25d5501a967 +https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.9.0.2-ha770c72_0.conda#de8ccf9ffba55bd20ee56301cfc7e6db +https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.17.1-h08b4883_0.conda#f635af333701d2ed89d70ba9adb8e2ee +https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.17.1-hb502eef_0.conda#02669c36935d23e5258c5dd1a5e601ab +https://conda.anaconda.org/conda-forge/noarch/jupyter_scheduler-2.11.0-pyhd8ed1ab_0.conda#0d1b890b4b8db05bab6f8bf2aba800c5 +https://conda.anaconda.org/conda-forge/noarch/jupyter-scheduler-2.11.0-pyhd8ed1ab_0.conda#51b8095a528d799a30046be2141f0cd6 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-jupyter-scheduler-3.1.16-pyhd8ed1ab_0.conda#d26de544ee70d78fb7ca30eaeb1aece7 +https://conda.anaconda.org/conda-forge/linux-64/cryptography-46.0.7-py311h2005dd1_0.conda#62b09ad7f1907a1c91dd7226975ce4cd +https://conda.anaconda.org/conda-forge/noarch/pyathena-3.30.1-pyhcf101f3_0.conda#927f8149af4b3fad4aab297101756df7 +https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda#31059dc620fa57d787e3899ed0421e6d +https://conda.anaconda.org/conda-forge/linux-64/lxml-5.4.0-py311hbd2c71b_0.conda#8f918de217abd92a1197cd0ef3b5ce16 +https://conda.anaconda.org/conda-forge/noarch/asn1crypto-1.5.1-pyhd8ed1ab_1.conda#09c02b0ea863321bbe216e7dd0df36db +https://conda.anaconda.org/conda-forge/noarch/scramp-1.4.8-pyhcf101f3_0.conda#5e4ef1bcf8cb85f06918f7a0794490e6 +https://conda.anaconda.org/conda-forge/noarch/redshift_connector-2.1.5-pyhd8ed1ab_0.conda#47164f820ad3bb5f25679bfb4ae6e3bc +https://conda.anaconda.org/conda-forge/noarch/pyopenssl-25.3.0-pyhd8ed1ab_0.conda#ddf01a1d87103a152f725c7aeabffa29 +https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda#385dca77a8b0ec6fa9b92cb62d09b43b +https://conda.anaconda.org/conda-forge/linux-64/snowflake-connector-python-3.17.4-np2py311h912ec1f_0.conda#0d3cec9b6473efadecf339948c4cd87b +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-execution-0.1.9-pyhd8ed1ab_0.conda#31dc221dc3558b929e40ded3cb988f2b +https://conda.anaconda.org/conda-forge/noarch/sqlparse-0.5.0-pyhd8ed1ab_0.conda#4dd428bd295ba44babd13050f2bcc622 +https://conda.anaconda.org/conda-forge/noarch/amazon-sagemaker-sql-magic-0.1.4-pyhd8ed1ab_0.conda#358b1deaa41aa19ff089d8992966ae5e +https://conda.anaconda.org/conda-forge/noarch/diskcache-5.6.3-pyhd8ed1ab_1.conda#1c33d47dcfb2f90c80c6d2213f9d65d7 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-lsp-5.0.3-pyhd8ed1ab_0.conda#63ec86c18fd4ab77ae3ada5d48bcf6fc +https://conda.anaconda.org/conda-forge/noarch/amazon_sagemaker_sql_editor-0.1.21-pyhd8ed1ab_0.conda#dd66a4e7eaff73c0177f7dc92e688a5d +https://conda.anaconda.org/conda-forge/noarch/amzn-sagemaker-aiops-jupyterlab-extension-1.0.6-pyhd8ed1ab_0.conda#caf3228d1e29b702d1e7ee25aceee4d2 +https://conda.anaconda.org/conda-forge/noarch/annotated-doc-0.0.4-pyhcf101f3_0.conda#52be5139047efadaeeb19c6a5103f92a +https://conda.anaconda.org/conda-forge/noarch/ansi2html-1.9.2-pyhcf101f3_3.conda#d8573ef104c250314148c020f4c552e4 +https://conda.anaconda.org/conda-forge/noarch/antlr-python-runtime-4.9.3-pyhd8ed1ab_1.tar.bz2#c88eaec8de9ae1fa161205aa18e7a5b1 +https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda#346722a0be40f6edc53f12640d301338 +https://conda.anaconda.org/conda-forge/noarch/pycalverter-1.6.1-pyhd8ed1ab_2.conda#269f7927382c23f966a2078beda16e82 +https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda#0ca48fd3357c877f21ea4440fe18e2b7 +https://conda.anaconda.org/conda-forge/linux-64/apsw-3.48.0.0-py311h9ecbd09_0.conda#6655eec0d9a213a64816095bbea42b18 +https://conda.anaconda.org/conda-forge/noarch/fastcore-1.12.39-pyhcf101f3_0.conda#99976ec3d8aa9287462143158c1d750d +https://conda.anaconda.org/conda-forge/noarch/apswutils-0.1.2-pyhcf101f3_0.conda#5ada5cc2f41032d430c3b898b4ff8b43 +https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda#845b38297fca2f2d18a29748e2ece7fa +https://conda.anaconda.org/conda-forge/linux-64/arro3-core-0.8.0-py311hc8fb587_0.conda#f7441cb410e38fdd9791ac61e35caec2 +https://conda.anaconda.org/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda#773635d5d5594beb7fc47054cea6a741 +https://conda.anaconda.org/conda-forge/noarch/astunparse-1.6.3-pyhd8ed1ab_3.conda#d3f195dfdbbf736e4ec178bbec2a975c +https://conda.anaconda.org/conda-forge/linux-64/expat-2.7.5-hecca717_0.conda#7de50d165039df32d38be74c1b34a910 +https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2#ecfff944ba3960ecb334b9a2663d708d +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda#ba231da7fccf9ea1e768caf5c7099b84 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda#17dcc85db3c7886650b8908b183d6876 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda#7bbe9a0cc0df0ac5f5a8ad6d6a11af2f +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2#8cb2fc4cd6cc63f1369cfa318f581cc3 +https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda#f730d54ba9cd543666d7220c9f7ed563 +https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2#6b889f174df1e0f816276ae69281af4d +https://conda.anaconda.org/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda#615de2a4d97af50c350e5cf160149e77 +https://conda.anaconda.org/conda-forge/noarch/autogluon.common-1.4.0-pyhd8ed1ab_1.conda#173e3f9ec5d3a515914df6a427dd92fb +https://conda.anaconda.org/conda-forge/noarch/future-1.0.0-pyhd8ed1ab_2.conda#1054c53c95d85e35b88143a3eda66373 +https://conda.anaconda.org/conda-forge/noarch/py4j-0.10.9.9-pyhd8ed1ab_0.conda#9c12bcccde15a83c99dd84b1ab445084 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda#646855f357199a12f02a87382d429b75 +https://conda.anaconda.org/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda#9063115da5bc35fdc3e1002e69b9ef6e +https://conda.anaconda.org/conda-forge/linux-64/scipy-1.16.3-py311hbe70eeb_2.conda#1f9587850322d7d77ea14d4fee3d16d8 +https://conda.anaconda.org/conda-forge/noarch/hyperopt-0.2.7-pyhd8ed1ab_1.conda#6d445b7daedb9989985530de7d26eb4b +https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda#d04e508f5a03162c8bab4586a65d00bf +https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda#4c2a8fef270f6c69591889b93f9f55c1 +https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda#ca4ed8015764937c81b830f7f5b68543 +https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda#eaf3fbd2aa97c212336de38a51fe404e +https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda#37293a85a0f4f77bbd9cf7aaefc62609 +https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-17.0.1-py311h49ec1c0_0.conda#2889f0c0b6a6d7a37bd64ec60f4cc210 +https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.62.1-py311h3778330_0.conda#dd214022a8f01bc2ebed383dfdc8deea +https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.5.0-py311h724c32c_0.conda#3d82751e8d682068b58f049edc924ce4 +https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda#6f2e2c8f58160147c4d1c6f4c14cbac4 +https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda#11b3379b191f63139e29c0d19dee24cd +https://conda.anaconda.org/conda-forge/linux-64/pillow-11.3.0-py311h98278a2_3.conda#76839149314cc1d07f270174801576b0 +https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda#3687cc0b82a8b4c17e1f0eb7e47163d5 +https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda#353823361b1d27eb3960efb076dfcaf6 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda#21a0139015232dc0edbf6c2179b5ec24 +https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda#9ad637a7ac380c442be142dfb0b1b955 +https://conda.anaconda.org/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda#327c78a8ce710782425a89df851392f7 +https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda#434ca7e50e40f4918ab701e3facd59a0 +https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda#c151d5eb730e9b7480e6d48c0fc44048 +https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda#c8013e438185f33b13814c5c488acd5c +https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda#928b8be80851f5d8ffb016f9c81dae7a +https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda#7df50d44d4a14d6c31a2c54f2cd92157 +https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda#bfd56492d8346d669010eccafe0ba058 +https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda#6d2362046dce932eefbdeb0540de0c38 +https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_h99862b1_8.conda#5482e036adbc996d5b2b5c013571fb7f +https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda#d4a250da4737ee127fb1fa6452a9002e +https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda#70e3400cbbfa03e96dcde7fc13e38c7b +https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda#9314bc5a1fe7d1044dc9dfd3ef400535 +https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda#7c7927b404672409d9917d49bff5f2d6 +https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda#cae723309a49399d2949362f4ab5c9e4 +https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda#2e5bf4f1da39c0b32778561c3c4e5878 +https://conda.anaconda.org/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda#a4769024afeab4b32ac8167c2f92c7ac +https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.47-hb03c661_0.conda#b56e0c8432b56decafae7e78c5f29ba5 +https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda#74e91c36d0eef3557915c68b6c2bef96 +https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_6.conda#94116b69829e90b72d566e64421e1bff +https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_6.conda#9802ae6d20982f42c0f5d69008988763 +https://conda.anaconda.org/conda-forge/linux-64/wayland-1.24.0-h3e06ad9_0.conda#0f2ca7906bf166247d1d760c3422cb8a +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda#fdc27cb255a7a2cc73b7919a968b48f0 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda#a0901183f08b6c7107aab109733a3c91 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda#0e0cbe0564d03a99afd5fd7b362feecd +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda#4d1fc190b99912ed557a8236e958c559 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda#ad748ccca349aec3e91743e08b5e2b50 +https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda#608e0ef8256b81d04456e8d211eee3e8 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda#f2ba4192d38b6cef2bb2c25029071d90 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda#2ccd714aa2242315acaf0a67faea780b +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda#b5fcc7172d22516e1f965490e65e33a4 +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda#e192019153591938acf7322b6459d36e +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda#665d152b9c6e78da404086088077c844 +https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.2-h588cce1_0.conda#4d483b12b9fc7169d112d4f7a250c05c +https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.2-py311h9053184_1.conda#d9e481c49fe56386ab2f59a853348e87 +https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda#08b5a4eac150c688c9f924bcb3317e02 +https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda#962b9857ee8e7018c22f2776ffa0b2d7 +https://conda.anaconda.org/conda-forge/noarch/colorful-0.5.8-pyhd8ed1ab_0.conda#ae5153edaf42688c5d8ed928b9c3af25 +https://conda.anaconda.org/conda-forge/linux-64/grpcio-1.67.1-py311h9789449_2.conda#2e14634b5655043dc5260b6501301f65 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-0.6.3-pyhcf101f3_0.conda#f5a488544d2eb37f46b3bebf1f378337 +https://conda.anaconda.org/conda-forge/noarch/pyasn1-modules-0.4.2-pyhd8ed1ab_0.conda#c689b62552f6b63f32f3322e463f3805 +https://conda.anaconda.org/conda-forge/noarch/pyu2f-0.1.5-pyhd8ed1ab_1.conda#644bd4ca9f68ef536b902685d773d697 +https://conda.anaconda.org/conda-forge/noarch/rsa-4.9.1-pyhd8ed1ab_0.conda#58958bb50f986ac0c46f73b6e290d5fe +https://conda.anaconda.org/conda-forge/noarch/google-auth-2.49.2-pyhcf101f3_0.conda#2c9520e7091c72839f2cea9217543ef7 +https://conda.anaconda.org/conda-forge/noarch/googleapis-common-protos-1.74.0-pyhcf101f3_0.conda#4c8212089cf56e73b7d64c1c6440bc00 +https://conda.anaconda.org/conda-forge/noarch/proto-plus-1.27.2-pyhcf101f3_0.conda#69ab91a71f1ed94ac535059b1cc38e97 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-2.29.0-pyhd8ed1ab_0.conda#7fd8158ff94ccf28a2ac1f534989d698 +https://conda.anaconda.org/conda-forge/linux-64/opencensus-context-0.1.3-py311h38be061_4.conda#9f54dfe5feba6e3c6192e47b6ed6a7c2 +https://conda.anaconda.org/conda-forge/noarch/opencensus-0.11.3-pyhd8ed1ab_1.conda#57109b1dc09c4d2b775aa3b3a6367b7f +https://conda.anaconda.org/conda-forge/linux-64/libunwind-1.8.3-h65a8314_0.conda#e179a69edd30d75c0144d7a380b88f28 +https://conda.anaconda.org/conda-forge/linux-64/py-spy-0.4.1-he182f42_0.conda#9e579cfee141d018f6faa71d02fea1d5 +https://conda.anaconda.org/conda-forge/linux-64/setproctitle-1.3.7-py311haee01d2_0.conda#274c968f55205db0b19b7034b6b7f088 +https://conda.anaconda.org/conda-forge/linux-64/ray-core-2.44.1-py311h4831e01_0.conda#aa57b15de6850395ae8da5f1332d88d6 +https://conda.anaconda.org/conda-forge/noarch/smart_open-7.6.0-pyhcf101f3_0.conda#458a05a84fe73bf082c0cf7d8a716c69 +https://conda.anaconda.org/conda-forge/noarch/distlib-0.4.0-pyhd8ed1ab_0.conda#003b8ba0a94e2f1e117d0bd46aebc901 +https://conda.anaconda.org/conda-forge/noarch/python-discovery-1.2.2-pyhcf101f3_0.conda#feb2e11368da12d6ce473b6573efab41 +https://conda.anaconda.org/conda-forge/noarch/virtualenv-21.2.4-pyhcf101f3_0.conda#15be1b64e7a4501abb4f740c28ceadaf +https://conda.anaconda.org/conda-forge/linux-64/ray-default-2.44.1-py311h48098de_0.conda#0fdbc81541f01a12215906dde020fd7f +https://conda.anaconda.org/conda-forge/noarch/tensorboardx-2.6.2.2-pyhd8ed1ab_1.conda#12edb3e9c07f9fac457d9acb27eb19c8 +https://conda.anaconda.org/conda-forge/linux-64/ray-tune-2.44.1-py311h38be061_0.conda#d984d0fb86ae53dd611643df7614403e +https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda#9d64911b31d57ca443e9f1e36b04385f +https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda#3f5b4f552d1ef2a5fdc2a4e25db2ee9a +https://conda.anaconda.org/conda-forge/noarch/autogluon.core-1.4.0-pyha770c72_1.conda#2c15651a93f999772b201e4e327775f9 +https://conda.anaconda.org/conda-forge/noarch/autogluon.features-1.4.0-pyhd8ed1ab_0.conda#d4ac9351ef1031c33615b34771f69497 +https://conda.anaconda.org/conda-forge/noarch/binaryornot-0.6.0-pyhcf101f3_0.conda#980ed7a17e9279d5c0063d080cf13d0c +https://conda.anaconda.org/conda-forge/noarch/text-unidecode-1.3-pyhd8ed1ab_2.conda#23b4ba5619c4752976eb7ba1f5acb7e8 +https://conda.anaconda.org/conda-forge/noarch/python-slugify-8.0.4-pyhd8ed1ab_1.conda#a4059bc12930bddeb41aef71537ffaed +https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda#592132998493b3ff25fd7479396e8351 +https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda#5b5203189eb668f042ac2b0826244964 +https://conda.anaconda.org/conda-forge/noarch/rich-14.3.4-pyhcf101f3_0.conda#2e6a922d07244f514863b7e10bf5c923 +https://conda.anaconda.org/conda-forge/noarch/cookiecutter-2.7.1-pyhcf101f3_0.conda#99d0a571c453f147f32426905f976dea +https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2#a362b2124b06aad102e2ee4581acee7d +https://conda.anaconda.org/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda#080a808fce955026bf82107d955d32da +https://conda.anaconda.org/conda-forge/linux-64/multiprocess-0.70.19-py311haee01d2_0.conda#b6888ef1d9e7a71fb945b1fb9012c9e2 +https://conda.anaconda.org/conda-forge/noarch/responses-0.18.0-pyhd8ed1ab_0.tar.bz2#a10d30e613a2a1a78a89ceadf3832e7c +https://conda.anaconda.org/conda-forge/noarch/datasets-2.2.1-pyhd8ed1ab_0.tar.bz2#521decd6877eb8e8e720af29afd5d88a +https://conda.anaconda.org/conda-forge/noarch/evaluate-0.4.1-pyhd8ed1ab_0.conda#ea228540526db4dde8ad8f2309bc1d40 +https://conda.anaconda.org/conda-forge/noarch/lightning-utilities-0.15.3-pyhd8ed1ab_0.conda#237d294ca3acd678f590f1754e090802 +https://conda.anaconda.org/conda-forge/noarch/torchmetrics-1.7.4-pyhd8ed1ab_0.conda#9428dd144916452d2d19572daa8e5472 +https://conda.anaconda.org/conda-forge/noarch/pytorch-lightning-2.6.1-pyhcf101f3_0.conda#e44e84a3b731b1a27cbc75d825db9463 +https://conda.anaconda.org/conda-forge/noarch/lightning-2.6.1-pyhcf101f3_0.conda#45ffefa6c982ae45df735719b8dfe9a1 +https://conda.anaconda.org/conda-forge/noarch/gdown-6.0.0-pyhd8ed1ab_0.conda#7e26aeaf15af54ff13e9b8323910903a +https://conda.anaconda.org/conda-forge/linux-64/libsentencepiece-0.2.0-h8e10757_10.conda#4f43dbcfacd3cc9a183dd3a48b94d3c0 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-python-0.2.0-py311hf886319_10.conda#90c0c6f0d4d58d2383373e3ab7bc4d19 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-spm-0.2.0-h8e10757_10.conda#e977b7be5ac26c55825e121e00b90493 +https://conda.anaconda.org/conda-forge/linux-64/sentencepiece-0.2.0-h074ec65_10.conda#4b2fa94e6d42231ffee6707dfe578915 +https://conda.anaconda.org/conda-forge/noarch/nlpaug-1.1.11-pyhd8ed1ab_2.conda#c96d8edc5c7f8d48af1f10b24b227027 +https://conda.anaconda.org/conda-forge/noarch/nltk-3.9.4-pyhcf101f3_0.conda#b7062c4781765a9e0b10403550a771c0 +https://conda.anaconda.org/conda-forge/noarch/omegaconf-2.3.0-pyhd8ed1ab_0.conda#23cc056834cab53849b91f78d6ee3ea0 +https://conda.anaconda.org/conda-forge/noarch/markdown-3.10.2-pyhcf101f3_0.conda#ba0a9221ce1063f31692c07370d062f3 +https://conda.anaconda.org/conda-forge/noarch/ordered-set-4.1.0-pyhd8ed1ab_1.conda#a130daf1699f927040956d3378baf0f2 +https://conda.anaconda.org/conda-forge/noarch/model-index-0.1.11-pyhd8ed1ab_1.conda#0971a0282c986b0a23a6cf5ad28d3f3f +https://conda.anaconda.org/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda#bdbd7385b4a67025ac2dba4ef8cb6a8f +https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda#04e691b9fadd93a8a9fad87a81d4fd8f +https://conda.anaconda.org/conda-forge/noarch/tabulate-0.10.0-pyhcf101f3_0.conda#3b887b7b3468b0f494b4fad40178b043 +https://conda.anaconda.org/conda-forge/noarch/openmim-0.3.7-pyhd8ed1ab_1.conda#0a95bd2f70d80433e328d03583d022b2 +https://conda.anaconda.org/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda#e235d5566c9cc8970eb2798dd4ecf62f +https://conda.anaconda.org/conda-forge/linux-64/nss-3.108-h159eef7_0.conda#3c872a5aa802ee5c645e09d4c5d38585 +https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda#d8d7293c5b37f39b2ac32940621c6592 +https://conda.anaconda.org/conda-forge/linux-64/poppler-25.02.0-hea79843_2.conda#3d8f79a46eeac3059ed989fb51627a99 +https://conda.anaconda.org/conda-forge/noarch/pdf2image-1.17.0-pyhd8ed1ab_1.conda#1a5dbc1be5b125b16a23d20a99526fb2 +https://conda.anaconda.org/conda-forge/noarch/pytesseract-0.3.13-pyhd8ed1ab_1.conda#513b2f288a034d56472298838ced7812 +https://conda.anaconda.org/conda-forge/noarch/pytorch-metric-learning-2.8.1-pyh101cb37_1.conda#99c2eca68c2c695cbba4f8248bd8bd58 +https://conda.anaconda.org/conda-forge/noarch/imageio-2.37.0-pyhfb79c49_0.conda#b5577bc2212219566578fd5af9993af6 +https://conda.anaconda.org/conda-forge/noarch/lazy-loader-0.5-pyhd8ed1ab_0.conda#75932da6f03a6bef32b70a51e991f6eb +https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.9.0-py311h0372a8f_2.conda#4e078a6bafb23473ea476450f45c9650 +https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda#2c2fae981fd2afd00812c92ac47d023d +https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-he3183e4_1.conda#799ebfe432cb3949e246b69278ef851c +https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda#c860578a89dc9b6003d600181612287c +https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.22.0-h4cfbee9_0.conda#bede98a38485d588b3ec7e4ba2e46532 +https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.3-hecca717_0.conda#937ca49a245fcf2b88d51b6b52959426 +https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda#3bf7b9fd5a7136126e0234db4b87c8b6 +https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda#5aeabe88534ea4169d4c49998f293d6c +https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda#86f7414544ae606282352fa1e116b41f +https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda#418c6ca5929a611cbd69204907a83995 +https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda#d83958768626b3c8471ce032e28afcd3 +https://conda.anaconda.org/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda#2a2170a3e5c9a354d09e4be718c43235 +https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.4.1-hcfa2d63_0.conda#f79415aee8862b3af85ea55dea37e46b +https://conda.anaconda.org/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda#c2a0c1d0120520e979685034e0b79859 +https://conda.anaconda.org/conda-forge/linux-64/libjxl-0.11.1-h6cb5226_4.conda#f2840d9c2afb19e303e126c9d3a04b36 +https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2#c66fe2d123249af7651ebde8984c51c2 +https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.1-h909a3a2_5.conda#6a0eb48e58684cca4d7acc8b7a0fd3c7 +https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2025.8.2-py311h38d6359_5.conda#c7eca85e00c37c2dc1f2878c4eb7da28 +https://conda.anaconda.org/conda-forge/noarch/tifffile-2025.12.12-pyhd8ed1ab_0.conda#bedf77b84f797df6f1331b19244a9ca3 +https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.25.2-py311hed34c8f_2.conda#515ec832e4a98828374fded73405e3f3 +https://conda.anaconda.org/conda-forge/noarch/seqeval-1.2.2-pyhd3deb0d_0.tar.bz2#d4436c8a8b9fb6d60fe4e7b9f097f9bb +https://conda.anaconda.org/conda-forge/linux-64/tensorboard-data-server-0.7.0-py311h97c413e_4.conda#e2d333d85b459ca7fce89351e2ca3c9e +https://conda.anaconda.org/conda-forge/noarch/werkzeug-3.1.8-pyhcf101f3_0.conda#3eeca039e7316268627f4116da9df64c +https://conda.anaconda.org/conda-forge/noarch/tensorboard-2.18.0-pyhd8ed1ab_1.conda#90a735b377427589728e588b5241a253 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-12.3.3.54-h5888daf_0.conda#56a2750239be4499dd6c9a27cebfb4b4 +https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda#407fee7a5d7ab2dca12c9ca7f62310ad +https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2#e7f6ed84d4623d52ee581325c1587a6b +https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda#1db2693fa6a50bef58da2df97c5204cb +https://conda.anaconda.org/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda#aaebf7b5393e30ed452de175834ff032 +https://conda.anaconda.org/conda-forge/linux-64/torchvision-0.21.0-cuda126_py311_h96b1feb_1.conda#ca1a00b62c6c75f177bd0d073aaa5015 +https://conda.anaconda.org/conda-forge/noarch/timm-1.0.3-pyhd8ed1ab_0.conda#03f52b5f829d470a4ff20441e92e283e +https://conda.anaconda.org/conda-forge/noarch/autogluon.multimodal-1.4.0-pyha770c72_0.conda#0c678712d8792d8d0bdee52f2ed2689b +https://conda.anaconda.org/conda-forge/noarch/plotly-6.0.1-pyhd8ed1ab_0.conda#37ce02c899ff42ac5c554257b1a5906e +https://conda.anaconda.org/conda-forge/linux-64/xorg-xorgproto-2025.1-hb03c661_0.conda#aa8d21be4b461ce612d8f5fb791decae +https://conda.anaconda.org/conda-forge/linux-64/libglx-devel-1.7.0-ha4b6fd6_2.conda#27ac5ae872a21375d980bd4a6f99edf3 +https://conda.anaconda.org/conda-forge/linux-64/libgl-devel-1.7.0-ha4b6fd6_2.conda#53e7cbb2beb03d69a478631e23e340e9 +https://conda.anaconda.org/conda-forge/linux-64/libegl-devel-1.7.0-ha4b6fd6_2.conda#b513eb83b3137eca1192c34bf4f013a7 +https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-hb03c661_2.conda#057083b06ccf1c2778344b6dabace38b +https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.84.1-h4833e2c_0.conda#ddc06964296eee2b4070e65415b332fd +https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.6-hecca717_0.conda#93f5d4b5c17c8540479ad65f206fea51 +https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h0c6a113_5.conda#67d00e9cfe751cfe581726c5eff7c184 +https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda#4d8df0b0db060d33c9a702ada998a8fe +https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda#68fc66282364981589ef36868b1a7c78 +https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h5ae0cbf_1.conda#df7835d2c73cd1889d377cfd6694ada4 +https://conda.anaconda.org/conda-forge/noarch/python-graphviz-0.21-pyhbacfb6d_0.conda#606d94da4566aa177df7615d68b29176 +https://conda.anaconda.org/conda-forge/linux-64/catboost-1.2.10-cuda120_py311hc8f52ee_100.conda#4b00d26c14490708014aa884576f22fd +https://conda.anaconda.org/conda-forge/noarch/fastlite-0.2.3-pyhcf101f3_0.conda#b103c9bbb54df351522ff468dfbf10e4 +https://conda.anaconda.org/conda-forge/noarch/itsdangerous-2.2.0-pyhd8ed1ab_1.conda#7ac5f795c15f288984e32add616cdc59 +https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085 +https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf +https://conda.anaconda.org/conda-forge/noarch/python-multipart-0.0.26-pyhcf101f3_0.conda#8fe038d7eacf6aa4e0885f6ae9c560e5 +https://conda.anaconda.org/conda-forge/noarch/starlette-0.50.0-pyhfdc7a7d_0.conda#68bcb398c375177cf117cf608c274f9d +https://conda.anaconda.org/conda-forge/noarch/uvicorn-0.38.0-pyh31011fe_0.conda#d3aa78bc38d9478e9eed5f128ba35f41 +https://conda.anaconda.org/conda-forge/noarch/python-fasthtml-0.12.50-pyhc364b38_0.conda#4d16846631ef6f7d635b8542625c9772 +https://conda.anaconda.org/conda-forge/noarch/fastprogress-1.1.3-pyhd8ed1ab_0.conda#4d9db96a9e4540ea5337efd7d9801759 +https://conda.anaconda.org/conda-forge/noarch/fastdownload-0.0.7-pyhd8ed1ab_1.conda#fe49ec81a00e5bd65a7ad9a0a795abc0 +https://conda.anaconda.org/conda-forge/noarch/beartype-0.22.9-pyhd8ed1ab_0.conda#c69efc0c283c897a3d79868454b823a8 +https://conda.anaconda.org/conda-forge/noarch/plum-dispatch-2.8.0-pyhd8ed1ab_0.conda#c09ec61ec143764f8838f39d89d862f4 +https://conda.anaconda.org/conda-forge/noarch/fasttransform-0.0.2-pyhd8ed1ab_0.conda#f89014a6a84308689546b345046af5a0 +https://conda.anaconda.org/conda-forge/linux-64/catalogue-2.0.10-py311h38be061_2.conda#47878e6d41a4fafa1b4feff5dd60270c +https://conda.anaconda.org/conda-forge/noarch/confection-1.3.3-pyhc455866_0.conda#1bd96211cd5ff02e67f4236db0f3d5d8 +https://conda.anaconda.org/conda-forge/linux-64/cymem-2.0.13-py311h1ddb823_1.conda#a184afdf17734d6a165143ed85870223 +https://conda.anaconda.org/conda-forge/linux-64/murmurhash-1.0.15-py311hc665b79_1.conda#6259dcf26b63f088463ff727d186ff2d +https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.13-py311h1ddb823_0.conda#d2ad0e6935ba1352910c43cdabc813e2 +https://conda.anaconda.org/conda-forge/noarch/spacy-legacy-3.0.12-pyhd8ed1ab_0.conda#bbe68ced56ea855f0223c329f1fd2fc0 +https://conda.anaconda.org/conda-forge/noarch/spacy-loggers-1.0.5-pyhd8ed1ab_0.conda#017fa97ac8c29416983dc9e67b27f6c8 +https://conda.anaconda.org/conda-forge/linux-64/ujson-5.12.0-py311hc665b79_0.conda#74b3e096360d077e2fb4e1a2d5853bc8 +https://conda.anaconda.org/conda-forge/linux-64/srsly-2.5.3-py311h1ddb823_0.conda#1077e8688e1d973993f4d9a9b4624992 +https://conda.anaconda.org/conda-forge/linux-64/cython-blis-1.3.3-py311h0372a8f_0.conda#53ec51d9b1033040a9bde12b0ad3542e +https://conda.anaconda.org/conda-forge/noarch/wasabi-1.1.3-pyhd8ed1ab_1.conda#fa76741f59d973f2e07d810ee124cb25 +https://conda.anaconda.org/conda-forge/linux-64/thinc-8.3.13-py311h1d5f577_0.conda#339d6d664685d49a7f9d850cc34bfdf3 +https://conda.anaconda.org/conda-forge/noarch/shellingham-1.5.4-pyhd8ed1ab_2.conda#83ea3a2ddb7a75c1b09cea582aa4f106 +https://conda.anaconda.org/conda-forge/noarch/typer-0.24.1-pyhcf101f3_0.conda#0bb9dfbe0806165f4960331a0ac05ab5 +https://conda.anaconda.org/conda-forge/noarch/cloudpathlib-0.23.0-pyhd8ed1ab_0.conda#fa372d1e52f3247f758cdbd517a4047d +https://conda.anaconda.org/conda-forge/noarch/smart-open-7.6.0-hb748a32_0.conda#2f25717b4a660a97a76511fdd13d173a +https://conda.anaconda.org/conda-forge/noarch/typer-slim-0.24.0-pyhcf101f3_0.conda#143f46bdcb6b202bed14d33d27616c1e +https://conda.anaconda.org/conda-forge/noarch/weasel-1.0.0-pyhd8ed1ab_0.conda#58c3f370969363ced2f3ec839472ef62 +https://conda.anaconda.org/conda-forge/linux-64/spacy-3.8.14-py311h1d5f577_0.conda#1cb57c45bddd3b138d92c523f110c789 +https://conda.anaconda.org/conda-forge/noarch/fastai-2.8.7-pyhd8ed1ab_0.conda#4f6952e7be47e40330491db0cefc0d50 +https://conda.anaconda.org/conda-forge/linux-64/libboost-1.88.0-hed09d94_6.conda#70675d70a76e1b5539b1f464fd5f02ba +https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2025.06.13-hecca717_0.conda#c930c8052d780caa41216af7de472226 +https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.3-hb9d3cd8_0.conda#56f8947aa9d5cf37b0b3d43b83f34192 +https://conda.anaconda.org/conda-forge/linux-64/liblightgbm-4.6.0-cpu_hb75cf15_7.conda#bd897de658287655d15d1c62f42b435c +https://conda.anaconda.org/conda-forge/noarch/lightgbm-4.6.0-cpu_py_ha6cb263_7.conda#a4fd868dd4c5ce1f7ac19ec641dbdf88 +https://conda.anaconda.org/conda-forge/linux-64/libxgboost-2.1.4-cuda128_hacb7753_2.conda#f96e41475bf6430c92f347e36d5c41af +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-2.1.4-cuda128_pyh71c493a_2.conda#396ec177bfe4129f28a6bd980c60fe79 +https://conda.anaconda.org/conda-forge/noarch/xgboost-2.1.4-cuda128_pyh68bd8d9_2.conda#2a70764754ac5fe070e97e86ae428710 +https://conda.anaconda.org/conda-forge/noarch/autogluon.tabular-1.4.0-pyha770c72_0.conda#2c268d0d3417003de7205a2cc14e723b +https://conda.anaconda.org/conda-forge/linux-64/coreforecast-0.0.16-py311hdf67eae_1.conda#482322b6f04b1d4467f88564c653fcda +https://conda.anaconda.org/conda-forge/noarch/fugue-0.9.7-pyhcf101f3_0.conda#12d96cc81c40a19039cabd9e540b71fa +https://conda.anaconda.org/conda-forge/noarch/gluonts-0.16.2-pyhd8ed1ab_0.conda#ec664eb8a86d135ec57e6d21ef256784 +https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.47.0-py311h41a00d4_1.conda#62d9d69ab00067a2b3cdf60407f4c491 +https://conda.anaconda.org/conda-forge/linux-64/numba-0.65.0-py311h3c884d5_1.conda#33d1c9e6e33df2f7891e31c53b35e270 +https://conda.anaconda.org/conda-forge/noarch/colorlog-6.10.1-pyh707e725_0.conda#33e96df3785bf61676ffee387e5a19e5 +https://conda.anaconda.org/conda-forge/noarch/optuna-4.8.0-pyhd8ed1ab_0.conda#65f7b522c8f3898231d8013299474037 +https://conda.anaconda.org/conda-forge/noarch/utilsforecast-0.2.11-pyhd8ed1ab_0.conda#d95b2c884be4b3c7bc980891a2b0feca +https://conda.anaconda.org/conda-forge/noarch/window-ops-0.0.15-pyhd8ed1ab_1.conda#bedf63535f6367742068563cb3e617cf +https://conda.anaconda.org/conda-forge/noarch/mlforecast-0.14.0-pyhff2d567_0.conda#0713b41d71362c3ceee482c5cbf000e3 +https://conda.anaconda.org/conda-forge/noarch/patsy-1.0.2-pyhcf101f3_0.conda#8678577a52161cc4e1c93fcc18e8a646 +https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.14.6-py311h0372a8f_0.conda#dd92402db25b74b98489a4c144f14b62 +https://conda.anaconda.org/conda-forge/linux-64/statsforecast-2.0.1-py311hd18a35c_0.conda#80aecc7631207271d730dc25d6c2ea81 +https://conda.anaconda.org/conda-forge/noarch/autogluon.timeseries-1.4.0-pyhd8ed1ab_0.conda#fdde2540e67b39d83752967fda284819 +https://conda.anaconda.org/conda-forge/noarch/autogluon-1.4.0-pyhd8ed1ab_0.conda#fd8a6697ed311f0dec2fe045ec1f877f +https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda#e895db5e6cee923018cbb1656c8ca7fa +https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda#1053857605b5139c8f9818a029a71913 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda#dbf8b81974504fa51d34e436ca7ef389 +https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.15-pyhd8ed1ab_0.conda#dc257b7e7cad9b79c1dfba194e92297b +https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.8-pyhd8ed1ab_0.conda#d68e3f70d1f068f1b66d94822fdc644e +https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.52-hd8ed1ab_0.conda#6d034d3a6093adbba7b24cb69c8c621e +https://conda.anaconda.org/conda-forge/noarch/jupyter_console-6.6.3-pyhd8ed1ab_1.conda#801dbf535ec26508fac6d4b24adfb76e +https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda#8265e246510553a4bcec1af4378d3c96 +https://conda.anaconda.org/conda-forge/noarch/jupyter-1.1.1-pyhd8ed1ab_1.conda#9453512288d20847de4356327d0e1282 +https://conda.anaconda.org/conda-forge/noarch/hdijupyterutils-0.23.0-pyhd8ed1ab_0.conda#eaba4aea81e3d6f6e1e3857a31a1b74c +https://conda.anaconda.org/conda-forge/noarch/autovizwidget-0.23.0-pyhd8ed1ab_0.conda#55289b1ba6a560551445acfd7bc8a4dc +https://conda.anaconda.org/conda-forge/noarch/nose-1.3.7-py_1006.tar.bz2#382019d5f8e9362ef6f60a8d4e7bce8f +https://conda.anaconda.org/conda-forge/noarch/aws-glue-sessions-1.0.9-pyhd8ed1ab_0.conda#1648d658fe9e03258afd221ec6186de3 +https://conda.anaconda.org/conda-forge/noarch/aws-requests-auth-0.4.3-pyhd8ed1ab_1.conda#5ed00b1b21ab80772d589d0a314ba38f +https://conda.anaconda.org/conda-forge/noarch/cacheout-0.16.0-pyhd8ed1ab_0.conda#529184f168931048965601d136a03dfe +https://conda.anaconda.org/conda-forge/noarch/aws-s3-access-grants-boto3-plugin-1.3.0-pyhd8ed1ab_0.conda#4d7e0ec095d0b280e29cfd5a328a344c +https://conda.anaconda.org/conda-forge/noarch/awswrangler-3.16.0-pyhd8ed1ab_0.conda#0cc0f8181d2a8ab562ac349794b51bd9 +https://conda.anaconda.org/conda-forge/linux-64/bcrypt-5.0.0-py311h902ca64_1.conda#28b014780cae10a8435d012ef08c0202 +https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-5.14.0-he073ed8_3.conda#1e453742ed8f6b4250c66be1dd6ba4fe +https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.34-h087de78_3.conda#b04e3a97151611d6a35c8c068b2a03a2 +https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45.1-default_hfdba357_102.conda#8165352fdce2d2025bf884dc0ee85700 +https://conda.anaconda.org/conda-forge/linux-64/binutils-2.45.1-default_h4852527_102.conda#212fe5f1067445544c99dc1c847d032c +https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.45.1-default_h4852527_102.conda#2a307a17309d358c9b42afdd3199ddcc +https://conda.anaconda.org/conda-forge/noarch/pathspec-1.0.4-pyhd8ed1ab_0.conda#2908273ac396d2cd210a8127f5f1c0d6 +https://conda.anaconda.org/conda-forge/linux-64/pytokens-0.4.1-py311haee01d2_1.conda#2a3c2135f874d60b4e72dec52c6cd5cf +https://conda.anaconda.org/conda-forge/noarch/black-26.3.1-pyh866005b_0.conda#c7e43448266209d766a229cada982884 +https://conda.anaconda.org/conda-forge/noarch/xyzservices-2026.3.0-pyhd8ed1ab_0.conda#4487b9c371d0161d54b5c7bbd890c0fc +https://conda.anaconda.org/conda-forge/noarch/bokeh-3.9.0-pyhd8ed1ab_0.conda#b9a6da57e94cd12bd71e7ab0713ef052 +https://conda.anaconda.org/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda#c7eb87af73750d6fd97eff8bbee8cb9c +https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.4.0-hd1d28cc_118.conda#1012081c5cc2806ba38bf580ca5aa3f5 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda#239c5e9546c38a1e884d69effcf4c882 +https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.4.0-h2a15e64_18.conda#d4cccd80dee79958aa4581987d8f375d +https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.4.0-h6963c3b_118.conda#2aa85201a0eed4ea8eb47aed81e2cbbe +https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.4.0-he2fa53e_18.conda#1a034b3bff9d06e2858ad7afbc3089f4 +https://conda.anaconda.org/conda-forge/linux-64/conda-gcc-specs-13.4.0-h109b0d3_18.conda#fa7ecb1bad14085f74246ebcca368fec +https://conda.anaconda.org/conda-forge/linux-64/gcc-13.4.0-h0dff253_18.conda#39a519bbdc9c56d4790d7f15f2da4cd7 +https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.4.0-h0a5b801_23.conda#5d1a55e8ef7a2e33c464352aab8c8ded +https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.10.0-h2b85faf_0.conda#9256b7e5e900a1b98aedc8d6ffe91bec +https://conda.anaconda.org/conda-forge/noarch/cachetools-5.5.2-pyhd8ed1ab_0.conda#bf9c1698e819fab31f67dbab4256f7ba +https://conda.anaconda.org/conda-forge/linux-64/fmt-11.1.4-h07f6e7f_1.conda#288a90e722fd7377448b00b2cddcb90d +https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda#45161d96307e3a447cc3eb5896cf6f8c +https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda#9de6247361e1ee216b09cfb8b856e2ee +https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.36-h9463b59_0.conda#e6e2535fc6b69b08cdbaeab01aa1c277 +https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_0.conda#c29ecc627d4d8e2416b6cc67e2a85987 +https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_0.conda#6671b0f9402a3bfbff38bde336d141ec +https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda#92b90f5f7a322e74468bb4909c7354b5 +https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.5.12-h44b872a_2.conda#ff5f9c18872c86ca9d85dba533507e65 +https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2#878f923dd6acc8aeb47a75da6c4098be +https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.5.12-py311h5f9230d_2.conda#fd40080d9a13139556d6587d815f6e0b +https://conda.anaconda.org/conda-forge/noarch/conda-libmamba-solver-24.9.0-pyhd8ed1ab_0.conda#45378d089c5f72c9c0d63d58414c645d +https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda#ff75d06af779966a5aeae1be1d409b96 +https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda#32c158f481b4fd7630c565030f7bc482 +https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda#0a2014fd9860f8b1eaa0b1f3d3771a08 +https://conda.anaconda.org/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda#cfc74ea184e02e531732abb17778e9fc +https://conda.anaconda.org/conda-forge/linux-64/menuinst-2.4.2-py311h38be061_0.conda#ba48e568ec4fdbcb8f3fef87bca9fddb +https://conda.anaconda.org/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda#d7585b6550ad04c8c5e21097ada2888e +https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda#77c1b47af5775a813193f7870be8644a +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py311haee01d2_1.conda#e3dfd8043a0fac038fe0d7c2d08ac28c +https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.17-py311haee01d2_2.conda#672395a7f912a9eda492959b7632ae6c +https://conda.anaconda.org/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda#c2db35b004913ec69bcac64fb0783de0 +https://conda.anaconda.org/conda-forge/linux-64/conda-24.11.3-py311h38be061_0.conda#1bd98538e60d0381d776996e771abf84 +https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_1.conda#4de17d73a4afd4ce03b370fe4480100f +https://conda.anaconda.org/conda-forge/linux-64/coverage-7.13.5-py311h3778330_0.conda#e32c4e7639b1c1b5680fabdaa6081e56 +https://conda.anaconda.org/conda-forge/noarch/cuda-cccl_linux-64-12.6.77-ha770c72_0.conda#365a924cf93535157d61debac807e9e4 +https://conda.anaconda.org/conda-forge/linux-64/cuda-cuxxfilt-12.6.77-hbd13f7d_1.conda#faefe1c43db4641223a1dfa23ee21e0f +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-static_linux-64-12.6.77-h3f2d84a_0.conda#3ad8eacbf716ddbca1b5292a3668c821 +https://conda.anaconda.org/conda-forge/noarch/cuda-cudart-dev_linux-64-12.6.77-h3f2d84a_0.conda#f967e2449b6c066f6d09497fff12d803 +https://conda.anaconda.org/conda-forge/noarch/cuda-driver-dev_linux-64-12.6.77-h3f2d84a_0.conda#f2b7f45acf027c7de8c383b1d2f6a298 +https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.6.85-ha770c72_0.conda#4b14e78e12daa061dcdbe3ceed95cb57 +https://conda.anaconda.org/conda-forge/noarch/cuda-nvvm-dev_linux-64-12.6.85-ha770c72_0.conda#9c1f1ecfd9990b549312b3206d9c003b +https://conda.anaconda.org/conda-forge/noarch/cuda-nvcc-dev_linux-64-12.6.85-he91c749_0.conda#8d4bca6397374ecbd3001ab4ece3b23d +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-static-12.6.77-h5888daf_0.conda#ae37b405ef74e57ef9685fcf820a2dde +https://conda.anaconda.org/conda-forge/linux-64/cuda-cudart-dev-12.6.77-h5888daf_0.conda#86e47562bfe92a529ae1c75bbcff814b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvvm-impl-12.6.85-he02047a_0.conda#5b72e12459f5deab812cb30b67b64d48 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-impl-12.6.85-h85509e4_0.conda#e5b96d2e34abaa90c0c1c968d02bbc9b +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc_linux-64-12.6.85-h04802cd_0.conda#4e1376cbc6d66b6744557cabeff02ca2 +https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.4.0-h6a38259_18.conda#39904d74f923c52a10700e5804920932 +https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.4.0-h805fb23_23.conda#4366b3e5581b1f2c4f2651cff1067966 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvcc-12.6.85-hcdd1206_0.conda#fe294b5f78236b26d0b388652212e581 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprune-12.6.77-hbd13f7d_1.conda#533cf43c4201ae6387f156ff7cbd8c89 +https://conda.anaconda.org/conda-forge/linux-64/gxx-13.4.0-h76987e4_18.conda#7713811d62bfe17c9ba66136ce9abd01 +https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.10.0-h1a2810e_0.conda#3cd322edac3d40904ff07355a8be8086 +https://conda.anaconda.org/conda-forge/noarch/cuda-compiler-12.6.3-hbad6d8a_0.conda#ec211b132a6554400de751021e2b695c +https://conda.anaconda.org/conda-forge/linux-64/cuda-cupti-dev-12.6.80-h5888daf_0.conda#ed37a8cad974fed39334d096f3b18d81 +https://conda.anaconda.org/conda-forge/linux-64/cuda-driver-dev-12.6.77-h5888daf_0.conda#42f029040bcf7a8fd0fc4cf82db91a99 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-12.6.77-hbd13f7d_0.conda#ae042b206c97ec79af1a1fb2f91f6eb0 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-12.3.1.54-h5888daf_0.conda#f1c723a97c4c8f82429df5a7b9b96382 +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-12.6.77-hbd13f7d_0.conda#3131e00022d739313baa5b4498e6edd0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-12.6.3-ha770c72_0.conda#d88e326c1d34c1f4258625e7b34de45d +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvrtc-dev-12.6.85-h5888daf_0.conda#a526356b18499e3dbe2b4ae8f7e77213 +https://conda.anaconda.org/conda-forge/linux-64/cuda-opencl-dev-12.6.77-h5888daf_0.conda#0c0167532e40574e9cf67b6270704dad +https://conda.anaconda.org/conda-forge/linux-64/cuda-profiler-api-12.6.77-h7938cbb_0.conda#b051a6584fa2f5d8815f9823d6ffa257 +https://conda.anaconda.org/conda-forge/linux-64/libcublas-dev-12.6.4.1-h5888daf_1.conda#d7c84bdc63481995050f42e37c55f341 +https://conda.anaconda.org/conda-forge/linux-64/libcufft-dev-11.3.0.4-h5888daf_0.conda#e51d70f74e9e5241a0bf33fb866e2476 +https://conda.anaconda.org/conda-forge/linux-64/libcufile-dev-1.11.1.6-h5888daf_4.conda#e97a43d752c8a438a9f339a11cf29cb0 +https://conda.anaconda.org/conda-forge/linux-64/libcurand-dev-10.3.7.77-h5888daf_0.conda#83a87ce38925eb22b509a8aba3ba3aaf +https://conda.anaconda.org/conda-forge/linux-64/libcusolver-dev-11.7.1.2-h5888daf_1.conda#2a9339395d087361dc346d0b4826d70b +https://conda.anaconda.org/conda-forge/linux-64/libcusparse-dev-12.5.4.2-h5888daf_0.conda#48de133da2c0d116b3e7053b8c8dff89 +https://conda.anaconda.org/conda-forge/linux-64/libnpp-dev-12.3.1.54-h5888daf_0.conda#37c3d406ec286cfae716868c2915026c +https://conda.anaconda.org/conda-forge/linux-64/libnvfatbin-dev-12.6.77-h5888daf_0.conda#4affbc6122feb5ed25ee3c812b4b3b32 +https://conda.anaconda.org/conda-forge/linux-64/libnvjitlink-dev-12.6.85-h5888daf_0.conda#581771c7078e1c9e23af358c122bdcf4 +https://conda.anaconda.org/conda-forge/linux-64/libnvjpeg-dev-12.3.3.54-ha770c72_0.conda#38ab71f4fadbd66e9421a6b62342ad69 +https://conda.anaconda.org/conda-forge/linux-64/cuda-libraries-dev-12.6.3-ha770c72_0.conda#baf00d9d33fcb6ffb6d12ca1002e5e86 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvml-dev-12.6.77-hbd13f7d_1.conda#5b45001c3b1b10762ff95565d8d3b3a0 +https://conda.anaconda.org/conda-forge/linux-64/cuda-nvprof-12.6.80-hbd13f7d_0.conda#b5ccb8e53c9ec037d14e3e8b14a2740d +https://conda.anaconda.org/conda-forge/linux-64/cuda-sanitizer-api-12.6.77-hbd13f7d_1.conda#ba073c8009d7166892a4260179b07582 +https://conda.anaconda.org/conda-forge/noarch/flask-3.1.3-pyhcf101f3_1.conda#156398929bf849da6df8f89a2c390185 +https://conda.anaconda.org/conda-forge/noarch/retrying-1.4.2-pyhe01879c_0.conda#128b46a47ea164f9a8659cb6da2f3555 +https://conda.anaconda.org/conda-forge/noarch/dash-2.18.1-pyhd8ed1ab_0.conda#07f061eda0489f827c821e995cd1a7a4 +https://conda.anaconda.org/conda-forge/noarch/databricks-sdk-0.73.0-pyhd8ed1ab_0.conda#248a399ffb371cd8bedd7ca6490cef6c +https://conda.anaconda.org/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda#5498feb783ab29db6ca8845f68fa0f03 +https://conda.anaconda.org/conda-forge/linux-64/deltalake-1.5.0-py310h1c74b4c_0.conda#be23fc318ecad11962160c265d797c42 +https://conda.anaconda.org/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda#d73fdc05f10693b518f52c994d748c19 +https://conda.anaconda.org/conda-forge/linux-64/docker-cli-27.5.1-hd0c01bc_0.conda#82fab5aba1605dd091a0a503900dd3c8 +https://conda.anaconda.org/conda-forge/noarch/invoke-3.0.3-pyhd8ed1ab_0.conda#4dee387356d58bdc4b686ae3424fbd9e +https://conda.anaconda.org/conda-forge/linux-64/pynacl-1.6.2-py311h49ec1c0_0.conda#f9aa8eb9262de538769344f6d0d30899 +https://conda.anaconda.org/conda-forge/noarch/paramiko-4.0.0-pyhd8ed1ab_0.conda#1a884d2b1ea21abfb73911dcdb8342e4 +https://conda.anaconda.org/conda-forge/noarch/pywin32-on-windows-0.1.0-pyh1179c8e_3.tar.bz2#2807a0becd1d986fe1ef9b7f8135f215 +https://conda.anaconda.org/conda-forge/noarch/docker-py-7.1.0-pyhd8ed1ab_1.conda#07ce73ca6f6c1a1df5d498679fc52d9e +https://conda.anaconda.org/conda-forge/noarch/docstring-to-markdown-0.17-pyhe01879c_0.conda#66cb4c80ff13d7971adba487a5d12e74 +https://conda.anaconda.org/conda-forge/noarch/docstring_parser-0.17.0-pyhd8ed1ab_0.conda#ce49d3e5a7d20be2ba57a2c670bdd82e +https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-1.5.2-py311h1ddb823_0.conda#552c44eb9e3bb1e9c1f0b8bc261b2cbf +https://conda.anaconda.org/conda-forge/noarch/duckdb-1.5.2-hfdaf410_0.conda#66645b45ca91739d9476172cb2c40f26 +https://conda.anaconda.org/conda-forge/noarch/email-validator-2.3.0-pyhd8ed1ab_0.conda#3bc0ac31178387e8ed34094d9481bfe8 +https://conda.anaconda.org/conda-forge/noarch/email_validator-2.3.0-hd8ed1ab_0.conda#2452e434747a6b742adc5045f2182a8e +https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda#3366592d3c219f2731721f11bc93755c +https://conda.anaconda.org/conda-forge/noarch/rich-toolkit-0.19.7-pyhcf101f3_0.conda#8b1a4d854f9a4ea1e4abc93ccab0ded9 +https://conda.anaconda.org/conda-forge/linux-64/httptools-0.7.1-py311h49ec1c0_1.conda#b275c72b72e92f01de93e2eed8f0c821 +https://conda.anaconda.org/conda-forge/linux-64/uvloop-0.22.1-py311h49ec1c0_1.conda#28d7b3a71c298c5d051a4c40d9bad128 +https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.1.1-py311hc8fb587_0.conda#428c04e02589d97bfe18f60d41d9732b +https://conda.anaconda.org/conda-forge/linux-64/websockets-16.0-py311haee01d2_1.conda#defede84505024487007ba30c59412a3 +https://conda.anaconda.org/conda-forge/noarch/uvicorn-standard-0.38.0-h31011fe_0.conda#1ce870d7537376362672f5ff57109529 +https://conda.anaconda.org/conda-forge/noarch/fastapi-cli-0.0.23-pyhcf101f3_0.conda#442ec6511754418c87a84bc1dc0c5384 +https://conda.anaconda.org/conda-forge/noarch/fastapi-core-0.121.3-pyhcf101f3_0.conda#1244984ef9e551a0d291ea181bd6f93c +https://conda.anaconda.org/conda-forge/noarch/fastapi-0.121.3-hf029e93_0.conda#a46db4c360e4fdef0ad8121c457d4575 +https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda#827064ddfe0de2917fb29f1da4f8f533 +https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda#4731450b2c059fc567696242bcb7fc05 +https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.2-pyhd8ed1ab_0.conda#5811f74de55030cb5f4054ab9a846139 +https://conda.anaconda.org/conda-forge/linux-64/flatbuffers-24.12.23-h8f4948b_0.conda#db383f9fb349481841ed26f18d790058 +https://conda.anaconda.org/conda-forge/linux-64/unixodbc-2.3.14-h69e2008_0.conda#c6c242d6c61f6fc3ee50f64c4771d8d7 +https://conda.anaconda.org/conda-forge/linux-64/freetds-1.5.11-hd0ef232_0.conda#bf247512b5e919650c3853f1844a485d +https://conda.anaconda.org/conda-forge/noarch/gast-0.7.0-pyhd8ed1ab_0.conda#377a825d91b5d6fcc0e6cdb98bbe9799 +https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.18-hb03c661_3.conda#672fad24c7fedff73c684c3e9e9848b3 +https://conda.anaconda.org/conda-forge/linux-64/gds-tools-1.11.1.6-h5888daf_4.conda#25f08271d608ad863c326888b1769b74 +https://conda.anaconda.org/conda-forge/noarch/git-remote-codecommit-1.16-pyhd8ed1ab_0.conda#c04f2d06a3f0e3a74c8c85b7b84b4e8f +https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.3-pyhd8ed1ab_0.conda#69db183edbe5b7c3e6c157980057a9d0 +https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda#7c14f3706e099f8fcd47af2d494616cc +https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.46-pyhd8ed1ab_0.conda#74c0cfdd5359cd2a1f178a4c3d0bd3a5 +https://conda.anaconda.org/conda-forge/noarch/grpcio-status-1.67.1-pyhd8ed1ab_1.conda#28f2ae31087bfe7ba69b812791cafec9 +https://conda.anaconda.org/conda-forge/noarch/google-api-core-grpc-2.29.0-pyhd8ed1ab_0.conda#5f65c34dc751a847a4872bf506346fa2 +https://conda.anaconda.org/conda-forge/noarch/google-cloud-core-2.5.0-pyhcf101f3_1.conda#48fcccc0b579087018df0afc332b8bd6 +https://conda.anaconda.org/conda-forge/linux-64/google-crc32c-1.8.0-py311h2702b87_1.conda#02235059ef5178fddd4d5f0e5d0da845 +https://conda.anaconda.org/conda-forge/noarch/google-resumable-media-2.8.0-pyhd8ed1ab_0.conda#ba7f04ba62be69f9c9fef0c4487c210b +https://conda.anaconda.org/conda-forge/noarch/google-cloud-bigquery-core-3.41.0-pyhcf101f3_0.conda#ae5e94a77d80a900e65f46dfd64ff713 +https://conda.anaconda.org/conda-forge/noarch/google-pasta-0.2.0-pyhd8ed1ab_2.conda#005b9749218cb8c9e94ac2a77ca3c8c0 +https://conda.anaconda.org/conda-forge/noarch/graphql-core-3.2.8-pyhcf101f3_0.conda#8ce76fb4280aa29f57959cfc0f0e27af +https://conda.anaconda.org/conda-forge/noarch/graphql-relay-3.2.0-pyhd8ed1ab_1.conda#154dbffd0db14585c9314bc771a87a6e +https://conda.anaconda.org/conda-forge/noarch/graphene-3.4.3-pyhd8ed1ab_1.conda#64be7816cf6074a3533c3f23ce2c316e +https://conda.anaconda.org/conda-forge/linux-64/gunicorn-23.0.0-py311h38be061_3.conda#64b0d46e450e7de6242f11c0b1147440 +https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda#c223ee1429ba538f3e48cfb4a0b97357 +https://conda.anaconda.org/conda-forge/linux-64/h5py-3.16.0-nompi_py311h0b2f468_102.conda#f476161e215ecee68daf16efbf209731 +https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.3.0-pyhd8ed1ab_0.conda#9614359868482abba1bd15ce465e3c42 +https://conda.anaconda.org/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda#1600dda6f61d2bc551676c2cebeb14e8 +https://conda.anaconda.org/conda-forge/noarch/jupyter-activity-monitor-extension-0.3.2-pyhd8ed1ab_1.conda#37a94508cbdcd62f070611d58a34d7ea +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_fileid-0.9.2-pyhd8ed1ab_1.conda#fbf0a308ddc042202a005a1760524823 +https://conda.anaconda.org/conda-forge/linux-64/pycrdt-0.12.50-py311hc8fb587_0.conda#e7a7235028f9f774b71170f67be18db4 +https://conda.anaconda.org/conda-forge/noarch/jupyter_ydoc-2.1.5-pyhd8ed1ab_0.conda#19b71bcc5f1d0fb7b11262a308af7e04 +https://conda.anaconda.org/conda-forge/noarch/sqlite-anyio-0.2.8-pyhcf101f3_0.conda#49bf2ba290e9fdd3aa3ca4837b6cbe44 +https://conda.anaconda.org/conda-forge/noarch/pycrdt-websocket-0.15.5-pyhd8ed1ab_0.conda#885aecec5f2a3f7f67e99014c09f9aa0 +https://conda.anaconda.org/conda-forge/noarch/jupyter-collaboration-2.1.5-pyhd8ed1ab_0.conda#5703aca213285d93bf9e12a73d1b010d +https://conda.anaconda.org/conda-forge/noarch/jupyter-dash-0.4.2-pyhd8ed1ab_1.tar.bz2#9c77330b235666f244a7b8dcc7c0955a +https://conda.anaconda.org/conda-forge/noarch/jupyter-docprovider-2.1.2-pyhcf101f3_0.conda#dbba600cd87c5b052037d3463dc4236a +https://conda.anaconda.org/conda-forge/noarch/simpervisor-1.0.0-pyhd8ed1ab_1.conda#b12cd36c9eea3f4d2f77daef432bdc00 +https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-4.4.0-pyhd8ed1ab_1.conda#4696e23d86b32957ff469870e74c8c97 +https://conda.anaconda.org/conda-forge/noarch/jupyter_server_ydoc-2.1.0-pyhe01879c_0.conda#34000027e3ca78af45a37c4b838ae65e +https://conda.anaconda.org/conda-forge/noarch/nbdime-4.0.4-pyhcf101f3_0.conda#dbc5b1372205caa05f2c93723c757351 +https://conda.anaconda.org/conda-forge/noarch/jupyterlab-git-0.51.4-pyhd8ed1ab_0.conda#58163d4b01958c67f55f51641096d012 +https://conda.anaconda.org/conda-forge/linux-64/ml_dtypes-0.4.0-py311h7db5c69_2.conda#7df028e3691fb3940a03e5ad7938414e +https://conda.anaconda.org/conda-forge/noarch/namex-0.1.0-pyhd8ed1ab_0.conda#3eb854547a0183b994431957fa0e05d2 +https://conda.anaconda.org/conda-forge/noarch/keras-3.12.0-pyh753f3f9_0.conda#3e82727e0621a5d90ea57e4e345f42be +https://conda.anaconda.org/conda-forge/noarch/langchain-aws-0.2.35-pyhd8ed1ab_0.conda#1d9d102cb0147276782eea2a2b1d85ee +https://conda.anaconda.org/conda-forge/noarch/uc-micro-py-2.0.0-pyhcf101f3_0.conda#4fdd327852ffefc83173a7c029690d0c +https://conda.anaconda.org/conda-forge/noarch/linkify-it-py-2.1.0-pyhcf101f3_0.conda#1005e1f39083adad2384772e8e384e43 +https://conda.anaconda.org/conda-forge/noarch/sse-starlette-3.3.4-pyhd8ed1ab_0.conda#b5dc4c97ce89045e3b71dabb991bffa1 +https://conda.anaconda.org/conda-forge/noarch/mcp-1.21.2-pyhd8ed1ab_0.conda#a13a2b337c985941ec9a41684b1ce43f +https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.5.0-pyhd8ed1ab_0.conda#1997a083ef0b4c9331f9191564be275e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-api-1.41.0-pyhd8ed1ab_0.conda#2a292c7fe349405361776562dcff7bed +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-semantic-conventions-0.62b0-pyhd8ed1ab_0.conda#019bd9da00d534b9a22e0cb1b34ac7b4 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-sdk-1.41.0-pyhd8ed1ab_0.conda#ad70fe3361035c920b87d327847b6fb3 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-skinny-2.22.0-h38be061_0.conda#c6cbfbd1779b314de8b59de22dda2eaa +https://conda.anaconda.org/conda-forge/noarch/querystring_parser-1.2.4-pyhd8ed1ab_2.conda#57962900dda3df6b61e545023469c930 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-ui-2.22.0-py311h38be061_0.conda#c5087c0af7750ce37eb5d42125f61c7b +https://conda.anaconda.org/conda-forge/noarch/prometheus_flask_exporter-0.23.2-pyhd8ed1ab_0.conda#9a3090bbdda5cb17e0181bee26672b08 +https://conda.anaconda.org/conda-forge/linux-64/mlflow-2.22.0-h38be061_0.conda#80627888cb9a734fbec74a00f394c8dd +https://conda.anaconda.org/conda-forge/linux-64/mmh3-5.2.1-py311h1ddb823_0.conda#8292f529175ec1079a6d42f3b17aa499 +https://conda.anaconda.org/conda-forge/noarch/mock-4.0.3-pyhd8ed1ab_4.tar.bz2#a49a3174d0d7392c115a6608548a907c +https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.6-hc8774ed_0.conda#73759c61e3ba658b26532a1628d6415e +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-0.62b0-pyhd8ed1ab_0.conda#9718b6661a4e5c2b4004bfb5e0c02360 +https://conda.anaconda.org/conda-forge/noarch/opentelemetry-instrumentation-threading-0.62b0-pyhd8ed1ab_0.conda#086c90060c75f086967c335a4d11d4d2 +https://conda.anaconda.org/conda-forge/noarch/opt_einsum-3.4.0-pyhd8ed1ab_1.conda#52919815cd35c4e1a0298af658ccda04 +https://conda.anaconda.org/conda-forge/noarch/param-2.3.3-pyhc455866_0.conda#13d9aaa9ed7c9a4ca3bbecbee88eab21 +https://conda.anaconda.org/conda-forge/noarch/pyviz_comms-3.0.6-pyhd8ed1ab_0.conda#e0f2c3ecb4dc40d031bbe88869a2a7a1 +https://conda.anaconda.org/conda-forge/noarch/panel-1.8.10-pyhd8ed1ab_0.conda#d44afaf70929d526f3eb4f8a25cf2953 +https://conda.anaconda.org/conda-forge/noarch/papermill-2.7.0-pyhd8ed1ab_0.conda#ca833247b8b88d1d15eb57d031467795 +https://conda.anaconda.org/conda-forge/noarch/pox-0.3.7-pyhcf101f3_0.conda#318742fc0a09220302170733a21206c2 +https://conda.anaconda.org/conda-forge/noarch/ppft-1.7.8-pyhcf101f3_1.conda#5ac5ee1ebf1061beaec5f5dbb39f5980 +https://conda.anaconda.org/conda-forge/noarch/pathos-0.3.5-pyhcf101f3_0.conda#695df55c5f29f186b33fcc32b7723930 +https://conda.anaconda.org/conda-forge/linux-64/psycopg2-2.9.10-py311hab17365_2.conda#7bba10ec912a7375f077a657dc516d64 +https://conda.anaconda.org/conda-forge/noarch/psycopg2-binary-2.9.10-pyhd8ed1ab_1.conda#4b3ccd3c8d3735fb4236fbfad34f7e15 +https://conda.anaconda.org/conda-forge/noarch/pure-sasl-0.6.2-pyhd8ed1ab_1.conda#44b22b438db0eb8260ab2e938228990a +https://conda.anaconda.org/conda-forge/noarch/py-xgboost-gpu-2.1.4-pyh68bd8d9_2.conda#19ddac5f970c3febcc7aeef66af8d7a4 +https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda#755cf22df8693aa0d1aec1c123fa5863 +https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda#a36aa6e0119331d3280f4bba043314c7 +https://conda.anaconda.org/conda-forge/noarch/pydynamodb-0.8.2-pyhcf101f3_0.conda#bdc9ed347e9aeccb1a739db6e8ee1b14 +https://conda.anaconda.org/conda-forge/linux-64/thrift-0.22.0-py311hc665b79_1.conda#71c1d2f5934020c23c956e42a9668851 +https://conda.anaconda.org/conda-forge/noarch/thrift_sasl-0.4.3-pyhd8ed1ab_3.conda#b6c9674b72fdaab53107ffda2da05295 +https://conda.anaconda.org/conda-forge/noarch/pyhive-0.7.0-pyhd8ed1ab_1.conda#4a09b71c0cb5fb78df05783633fb614a +https://conda.anaconda.org/conda-forge/linux-64/pyroaring-1.0.4-py311h1ddb823_0.conda#bbfbe6db137a90d2afbe75064d99ddaf +https://conda.anaconda.org/conda-forge/noarch/strictyaml-1.7.3-pyhd8ed1ab_1.conda#1608260cca7688397dd100e4ca4e8058 +https://conda.anaconda.org/conda-forge/linux-64/pyiceberg-0.11.1-np2py311h912ec1f_0.conda#6dac6bb050c1b7cb3bf6b8e5b7765ee2 +https://conda.anaconda.org/conda-forge/linux-64/pykrb5-0.9.0-py311he3cc2e5_1.conda#624f74b44a1b613407407ba2b9220c44 +https://conda.anaconda.org/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda#3d773559e6b319a802a7c831b7f59138 +https://conda.anaconda.org/conda-forge/linux-64/pymssql-2.3.13-py311hc665b79_0.conda#426cf89eb72bf29cb02a93750c46854c +https://conda.anaconda.org/conda-forge/noarch/pymysql-1.1.2-pyhcf101f3_0.conda#61f563c0fdc31563304deab040b48926 +https://conda.anaconda.org/conda-forge/linux-64/pyspnego-0.12.1-py311h38be061_0.conda#d8f7f8b456b3f01e59e5ba3f323b7c8e +https://conda.anaconda.org/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda#6a991452eadf2771952f39d43615bb3e +https://conda.anaconda.org/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda#67d1790eefa81ed305b89d8e314c7923 +https://conda.anaconda.org/conda-forge/linux-64/python-gssapi-1.10.1-py311he3cc2e5_1.conda#1341013f440152679fc2b1639d4b983c +https://conda.anaconda.org/conda-forge/noarch/python-lsp-jsonrpc-1.1.2-pyhff2d567_1.conda#1e4f4f40c7ec8a0e220d5b7740c94568 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-base-1.13.2-pyhd8ed1ab_0.conda#d24a72e5d8209f569c9153f98af6398d +https://conda.anaconda.org/conda-forge/noarch/pytoolconfig-1.2.5-pyhd8ed1ab_1.conda#27c95573211e4579709a3ea06051d4c1 +https://conda.anaconda.org/conda-forge/noarch/rope-1.14.0-pyhd8ed1ab_0.conda#0d81f45592f0f27a16a5c6d5e911364f +https://conda.anaconda.org/conda-forge/noarch/whatthepatch-1.0.7-pyhd8ed1ab_1.conda#c0617d951edc1e90c2809ec104865d7c +https://conda.anaconda.org/conda-forge/noarch/yapf-0.43.0-pyhd8ed1ab_1.conda#ad1a2c858e3c14deae4f274580123151 +https://conda.anaconda.org/conda-forge/noarch/python-lsp-server-1.13.2-pyh332efcf_0.conda#da249cfc6a74f81142974d2e535491d0 +https://conda.anaconda.org/conda-forge/noarch/requests-kerberos-0.15.0-pyh707e725_1.conda#d3d52b35d96df3f3291b7cbc86250184 +https://conda.anaconda.org/conda-forge/noarch/s3fs-2024.12.0-pyhd8ed1ab_0.conda#d91e140ebbb494372695d7b5ac829c09 +https://conda.anaconda.org/conda-forge/linux-64/sagemaker-code-editor-1.7.7-hd6838e5_0.conda#805923c7ef4c7e6dac9d6153c90e51f4 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-core-1.0.76-pyhd8ed1ab_0.conda#49113a2d3fbb31ff9cf4834667b79f3f +https://conda.anaconda.org/conda-forge/linux-64/watchdog-6.0.0-py311hf8ae3fa_3.conda#5ecdd259a65140b7fd37056e4ce8559c +https://conda.anaconda.org/conda-forge/noarch/sagemaker-gen-ai-jupyterlab-extension-1.0.15-pyhd8ed1ab_0.conda#73a93ffcc5bc6c9c039982d421cb3669 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-headless-execution-driver-0.0.13-pyhd8ed1ab_0.conda#feaec93c21652caac71ed7ecf450cb17 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-emr-extension-0.4.3-pyhd8ed1ab_0.conda#69762c78ae79f749a33a69e1e641e871 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-jupyterlab-extension-0.5.4-pyhd8ed1ab_0.conda#dd636139e7efe9b48b052335a08e739b +https://conda.anaconda.org/conda-forge/noarch/sagemaker-kernel-wrapper-0.0.6-pyhd8ed1ab_0.conda#060a5b72a920eb3bd686c9b6336c8299 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-mlflow-0.1.1-pyhd8ed1ab_1.conda#e5f1b529b97bac37c1ecf8831833238e +https://conda.anaconda.org/conda-forge/noarch/schema-0.7.7-pyhd8ed1ab_0.conda#1add6f6b99191efab14f16e6aa9b6461 +https://conda.anaconda.org/conda-forge/noarch/smdebug-rulesconfig-1.0.1-pyhd3deb0d_1.tar.bz2#be253a7939a3e7cf95a043a983cab563 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-python-sdk-2.254.1-pyh332efcf_1.conda#6616597c70cdc5ed378a09f674199170 +https://conda.anaconda.org/conda-forge/noarch/snowflake-sqlalchemy-1.9.0-pyhcf101f3_1.conda#a04e607f1309f599b00ef067d23def47 +https://conda.anaconda.org/conda-forge/noarch/sqlalchemy-bigquery-1.16.0-pyhcf101f3_1.conda#7abc42f4d86b82f6e57d058a99d3728c +https://conda.anaconda.org/conda-forge/noarch/sqlglot-28.10.1-pyhcf101f3_0.conda#1fac4456406ddeeb995a33f7391893d5 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-1.1.12-pyhd8ed1ab_0.conda#cff668fad44df64d24f5999c0796e121 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-sparkmagic-lib-0.2.0-pyhd8ed1ab_0.conda#5eab568b6c7ad23036978f5a01bf5fa9 +https://conda.anaconda.org/conda-forge/noarch/sparkmagic-0.21.0-pyhd8ed1ab_0.conda#fe489239f573c2ea018925ddea6d3190 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-analytics-extension-0.2.4-pyhd8ed1ab_0.conda#a909a7269c8877dbf42dc4161756dd30 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-cli-1.0.7-pyhd8ed1ab_0.conda#3407d051741aaa69b90dfbbcd8c64d2d +https://conda.anaconda.org/conda-forge/noarch/schedule-1.2.2-pyhd8ed1ab_1.conda#cedcd7606497aff90b91134046d44370 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-extensions-1.3.8-pyhbbac1ac_0.conda#41eaba5311f51da478030d00ca2a82f9 +https://conda.anaconda.org/conda-forge/noarch/sagemaker-studio-dataengineering-sessions-1.3.18-pyhd8ed1ab_0.conda#ad931d7d9e7a71f86a96a5498a6757b4 +https://conda.anaconda.org/conda-forge/noarch/seaborn-base-0.13.2-pyhd8ed1ab_3.conda#fd96da444e81f9e6fcaac38590f3dd42 +https://conda.anaconda.org/conda-forge/noarch/seaborn-0.13.2-hd8ed1ab_3.conda#62afb877ca2c2b4b6f9ecb37320085b6 +https://conda.anaconda.org/conda-forge/noarch/slack-sdk-3.41.0-pyhcf101f3_0.conda#229fe55c589e0dc0c6b4912873703c3a +https://conda.anaconda.org/conda-forge/noarch/slack-bolt-1.28.0-pyhd8ed1ab_0.conda#a5a5c393bd71577f496af2ecdf82e804 +https://conda.anaconda.org/conda-forge/noarch/strands-agents-0.3.0-pyhd8ed1ab_0.conda#eae452a4db25f4b2e0c84a3e2c1c7b9a +https://conda.anaconda.org/conda-forge/noarch/strands-agents-mcp-server-0.1.2-pyhd8ed1ab_0.conda#804be23f47987c81e00afc0843c98bde +https://conda.anaconda.org/conda-forge/noarch/strands-agents-tools-0.1.9-pyhd8ed1ab_0.conda#a1b491749b887c103f113f6a63699038 +https://conda.anaconda.org/conda-forge/linux-64/supervisor-4.2.5-py311h38be061_4.conda#be52436f2a103a87341c71a623029ab5 +https://conda.anaconda.org/conda-forge/noarch/termcolor-3.3.0-pyhd8ed1ab_0.conda#bc6228906129e420c74a5ebaf0d63936 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-base-2.18.0-cuda126py311h593f62b_200.conda#06d7f504ff1c36d0e512afb344317097 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-estimator-2.18.0-cuda126py311h3eb005d_200.conda#fa99133f0ce6762f2421101317fbd880 +https://conda.anaconda.org/conda-forge/linux-64/tensorflow-2.18.0-cuda126py311h673d4f6_200.conda#c9113bfd54da6ebf95bd55c81f2bcb51 +https://conda.anaconda.org/conda-forge/noarch/tf-keras-2.18.0-pyhd8ed1ab_0.conda#46ec057279150f91872d9715fe86243b +https://conda.anaconda.org/conda-forge/linux-64/uv-0.9.30-h6dd6661_0.conda#492cc22df20eb2ca8cc240e65e477528