Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Equality between categorical and non-categorical errors #18196

Open
jcrist opened this issue Mar 7, 2025 · 0 comments · May be fixed by #18200
Open

[BUG] Equality between categorical and non-categorical errors #18196

jcrist opened this issue Mar 7, 2025 · 0 comments · May be fixed by #18200
Assignees
Labels
bug Something isn't working Python Affects Python cuDF API.

Comments

@jcrist
Copy link
Member

jcrist commented Mar 7, 2025

Describe the bug

Equality between a categorical series and another series of the same type as the categories (but not already a categorical) errors. In Pandas this works, handling any needed dtype conversions implicitly.

Steps/Code to reproduce bug

import pandas as pd
import cudf

x = pd.Series([1, 2, 1])
x_cat = x.astype("category")
# Equality works fine in pandas
x == x_cat

cx = cudf.Series([1, 2, 1])
cx_cat = cx.astype("category")
# But cudf errors
cx == cx_cat

Output:

Traceback (most recent call last):
  File "/raid/jcristharif/scikit-learn/examples/compose/bug.py", line 12, in <module>
    cx == cx_cat
  File "/raid/jcristharif/miniforge3/envs/cuml-dev/lib/python3.12/site-packages/cudf/core/mixins/mixin_factory.py", line 11, in wrapper
    return method(self, *args1, *args2, **kwargs1, **kwargs2)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/raid/jcristharif/miniforge3/envs/cuml-dev/lib/python3.12/site-packages/cudf/core/indexed_frame.py", line 4903, in _binaryop
    type(self)._colwise_binop(operands, op),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/raid/jcristharif/miniforge3/envs/cuml-dev/lib/python3.12/site-packages/cudf/utils/performance_tracking.py", line 51, in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/raid/jcristharif/miniforge3/envs/cuml-dev/lib/python3.12/site-packages/cudf/core/frame.py", line 1593, in _colwise_binop
    else getattr(operator, fn)(left_column, right_column)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/raid/jcristharif/miniforge3/envs/cuml-dev/lib/python3.12/site-packages/cudf/core/mixins/mixin_factory.py", line 11, in wrapper
    return method(self, *args1, *args2, **kwargs1, **kwargs2)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/raid/jcristharif/miniforge3/envs/cuml-dev/lib/python3.12/site-packages/cudf/core/column/categorical.py", line 717, in _binaryop
    raise ValueError
ValueError

Environment overview (please complete the following information)

  • Environment location: Bare-metal
  • Method of cuDF install: conda

Environment details

Click here to see environment details
 **git***
 commit 4e80ef3df1ab92a82dfb816847fea1450de98062 (HEAD -> branch-25.04, origin/branch-25.04, origin/HEAD)
 Author: brandon-b-miller <[email protected]>
 Date:   Fri Mar 7 08:48:27 2025 -0600
 
 Support `cudf-polars` `ordinal_day` (#18152)
 
 Part of https://github.com/rapidsai/cudf/issues/16481
 
 Authors:
 - https://github.com/brandon-b-miller
 - Matthew Roeschke (https://github.com/mroeschke)
 - Vyas Ramasubramani (https://github.com/vyasr)
 
 Approvers:
 - Matthew Roeschke (https://github.com/mroeschke)
 
 URL: https://github.com/rapidsai/cudf/pull/18152
 **git submodules***
 
 ***OS Information***
 DISTRIB_ID=Ubuntu
 DISTRIB_RELEASE=20.04
 DISTRIB_CODENAME=focal
 DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"
 NAME="Ubuntu"
 VERSION="20.04.3 LTS (Focal Fossa)"
 ID=ubuntu
 ID_LIKE=debian
 PRETTY_NAME="Ubuntu 20.04.3 LTS"
 VERSION_ID="20.04"
 HOME_URL="https://www.ubuntu.com/"
 SUPPORT_URL="https://help.ubuntu.com/"
 BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
 VERSION_CODENAME=focal
 UBUNTU_CODENAME=focal
 Linux ipp1-3302 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 
 ***GPU Information***
 Fri Mar  7 10:12:40 2025
 +---------------------------------------------------------------------------------------+
 | NVIDIA-SMI 535.161.08             Driver Version: 535.161.08   CUDA Version: 12.2     |
 |-----------------------------------------+----------------------+----------------------+
 | GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
 | Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
 |                                         |                      |               MIG M. |
 |=========================================+======================+======================|
 |   0  NVIDIA A100 80GB PCIe          On  | 00000000:01:00.0 Off |                    0 |
 | N/A   50C    P0              82W / 300W |  58236MiB / 81920MiB |      0%      Default |
 |                                         |                      |             Disabled |
 +-----------------------------------------+----------------------+----------------------+
 |   1  NVIDIA A100 80GB PCIe          On  | 00000000:23:00.0 Off |                    0 |
 | N/A   53C    P0              76W / 300W |  72724MiB / 81920MiB |      0%      Default |
 |                                         |                      |             Disabled |
 +-----------------------------------------+----------------------+----------------------+
 |   2  NVIDIA A100 80GB PCIe          On  | 00000000:41:00.0 Off |                    0 |
 | N/A   39C    P0              46W / 300W |      3MiB / 81920MiB |      0%      Default |
 |                                         |                      |             Disabled |
 +-----------------------------------------+----------------------+----------------------+
 |   3  NVIDIA A100 80GB PCIe          On  | 00000000:61:00.0 Off |                    0 |
 | N/A   37C    P0              46W / 300W |      3MiB / 81920MiB |      0%      Default |
 |                                         |                      |             Disabled |
 +-----------------------------------------+----------------------+----------------------+
 |   4  NVIDIA A100 80GB PCIe          On  | 00000000:81:00.0 Off |                    0 |
 | N/A   40C    P0              44W / 300W |      3MiB / 81920MiB |      0%      Default |
 |                                         |                      |             Disabled |
 +-----------------------------------------+----------------------+----------------------+
 |   5  NVIDIA A100 80GB PCIe          On  | 00000000:A1:00.0 Off |                    0 |
 | N/A   40C    P0              48W / 300W |    107MiB / 81920MiB |      0%      Default |
 |                                         |                      |             Disabled |
 +-----------------------------------------+----------------------+----------------------+
 |   6  NVIDIA A100 80GB PCIe          On  | 00000000:C1:00.0 Off |                    0 |
 | N/A   38C    P0              44W / 300W |      3MiB / 81920MiB |      0%      Default |
 |                                         |                      |             Disabled |
 +-----------------------------------------+----------------------+----------------------+
 |   7  NVIDIA A100 80GB PCIe          On  | 00000000:E1:00.0 Off |                    0 |
 | N/A   38C    P0              46W / 300W |      3MiB / 81920MiB |      0%      Default |
 |                                         |                      |             Disabled |
 +-----------------------------------------+----------------------+----------------------+
 
 +---------------------------------------------------------------------------------------+
 | Processes:                                                                            |
 |  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
 |        ID   ID                                                             Usage      |
 |=======================================================================================|
 |    0   N/A  N/A   2692958      C   python3                                    1440MiB |
 |    0   N/A  N/A   3750641      C   tritonserver                              13764MiB |
 |    0   N/A  N/A   3750789      C   tritonserver                              13266MiB |
 |    0   N/A  N/A   3752238      C   tritonserver                              21640MiB |
 |    0   N/A  N/A   3757378      C   tritonserver                               8050MiB |
 |    1   N/A  N/A   3745754      C   /opt/nim/llm/.venv/bin/python3            72718MiB |
 +---------------------------------------------------------------------------------------+
 
 ***CPU***
 Architecture:                       x86_64
 CPU op-mode(s):                     32-bit, 64-bit
 Byte Order:                         Little Endian
 Address sizes:                      43 bits physical, 48 bits virtual
 CPU(s):                             96
 On-line CPU(s) list:                0-95
 Thread(s) per core:                 1
 Core(s) per socket:                 48
 Socket(s):                          2
 NUMA node(s):                       2
 Vendor ID:                          AuthenticAMD
 CPU family:                         23
 Model:                              49
 Model name:                         AMD EPYC 7642 48-Core Processor
 Stepping:                           0
 Frequency boost:                    enabled
 CPU MHz:                            1499.657
 CPU max MHz:                        2300.0000
 CPU min MHz:                        1500.0000
 BogoMIPS:                           4600.04
 Virtualization:                     AMD-V
 L1d cache:                          3 MiB
 L1i cache:                          3 MiB
 L2 cache:                           48 MiB
 L3 cache:                           512 MiB
 NUMA node0 CPU(s):                  0-47
 NUMA node1 CPU(s):                  48-95
 Vulnerability Gather data sampling: Not affected
 Vulnerability Itlb multihit:        Not affected
 Vulnerability L1tf:                 Not affected
 Vulnerability Mds:                  Not affected
 Vulnerability Meltdown:             Not affected
 Vulnerability Mmio stale data:      Not affected
 Vulnerability Retbleed:             Vulnerable
 Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
 Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
 Vulnerability Spectre v2:           Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
 Vulnerability Srbds:                Not affected
 Vulnerability Tsx async abort:      Not affected
 Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca sme sev sev_es
 
 ***CMake***
 /raid/jcristharif/miniforge3/envs/cuml-dev/bin/cmake
 cmake version 3.31.6
 
 CMake suite maintained and supported by Kitware (kitware.com/cmake).
 
 ***g++***
 /raid/jcristharif/miniforge3/envs/cuml-dev/bin/g++
 g++ (conda-forge gcc 13.3.0-2) 13.3.0
 Copyright (C) 2023 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
 ***nvcc***
 /raid/jcristharif/miniforge3/envs/cuml-dev/bin/nvcc
 nvcc: NVIDIA (R) Cuda compiler driver
 Copyright (c) 2005-2025 NVIDIA Corporation
 Built on Wed_Jan_15_19:20:09_PST_2025
 Cuda compilation tools, release 12.8, V12.8.61
 Build cuda_12.8.r12.8/compiler.35404655_0
 
 ***Python***
 /raid/jcristharif/miniforge3/envs/cuml-dev/bin/python
 Python 3.12.9
 
 ***Environment Variables***
 PATH                            : /raid/jcristharif/local/bin:/raid/jcristharif/local/bin:/raid/jcristharif/miniforge3/envs/cuml-dev/bin:/raid/jcristharif/miniforge3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
 LD_LIBRARY_PATH                 :
 NUMBAPRO_NVVM                   :
 NUMBAPRO_LIBDEVICE              :
 CONDA_PREFIX                    : /raid/jcristharif/miniforge3/envs/cuml-dev
 PYTHON_PATH                     :
 
 ***conda packages***
 /raid/jcristharif/miniforge3/condabin/conda
 # packages in environment at /raid/jcristharif/miniforge3/envs/cuml-dev:
 #
 # Name                    Version                   Build  Channel
 _libgcc_mutex             0.1                 conda_forge    conda-forge
 _openmp_mutex             4.5                       2_gnu    conda-forge
 accessible-pygments       0.0.5              pyhd8ed1ab_1    conda-forge
 adwaita-icon-theme        47.0                     unix_0    conda-forge
 alabaster                 1.0.0              pyhd8ed1ab_1    conda-forge
 anyio                     4.8.0                    pypi_0    pypi
 argon2-cffi               23.1.0                   pypi_0    pypi
 argon2-cffi-bindings      21.2.0                   pypi_0    pypi
 arrow                     1.3.0                    pypi_0    pypi
 asttokens                 3.0.0              pyhd8ed1ab_1    conda-forge
 async-lru                 2.0.4                    pypi_0    pypi
 at-spi2-atk               2.38.0               h0630a04_3    conda-forge
 at-spi2-core              2.40.3               h0630a04_0    conda-forge
 atk-1.0                   2.38.0               h04ea711_2    conda-forge
 attr                      2.5.1                h166bdaf_1    conda-forge
 attrs                     25.1.0             pyh71513ae_0    conda-forge
 aws-c-auth                0.8.1                h205f482_0    conda-forge
 aws-c-cal                 0.8.1                h1a47875_3    conda-forge
 aws-c-common              0.10.6               hb9d3cd8_0    conda-forge
 aws-c-compression         0.3.0                h4e1184b_5    conda-forge
 aws-c-event-stream        0.5.0               h7959bf6_11    conda-forge
 aws-c-http                0.9.2                hefd7a92_4    conda-forge
 aws-c-io                  0.15.3               h173a860_6    conda-forge
 aws-c-mqtt                0.11.0              h11f4f37_12    conda-forge
 aws-c-s3                  0.7.9                he1b24dc_1    conda-forge
 aws-c-sdkutils            0.2.2                h4e1184b_0    conda-forge
 aws-checksums             0.2.2                h4e1184b_4    conda-forge
 aws-crt-cpp               0.29.9               he0e7f3f_2    conda-forge
 aws-sdk-cpp               1.11.489             h4d475cb_0    conda-forge
 azure-core-cpp            1.14.0               h5cfcd09_0    conda-forge
 azure-identity-cpp        1.10.0               h113e628_0    conda-forge
 azure-storage-blobs-cpp   12.13.0              h3cf044e_1    conda-forge
 azure-storage-common-cpp  12.8.0               h736e048_1    conda-forge
 azure-storage-files-datalake-cpp 12.12.0              ha633028_1    conda-forge
 babel                     2.17.0             pyhd8ed1ab_0    conda-forge
 beautifulsoup4            4.13.3             pyha770c72_0    conda-forge
 binutils                  2.43                 h4852527_4    conda-forge
 binutils_impl_linux-64    2.43                 h4bf12b8_4    conda-forge
 binutils_linux-64         2.43                 h4852527_4    conda-forge
 bleach                    6.2.0              pyh29332c3_4    conda-forge
 bleach-with-css           6.2.0                h82add2a_4    conda-forge
 bokeh                     3.6.3              pyhd8ed1ab_0    conda-forge
 brotli                    1.1.0                hb9d3cd8_2    conda-forge
 brotli-bin                1.1.0                hb9d3cd8_2    conda-forge
 brotli-python             1.1.0           py312h2ec8cdc_2    conda-forge
 bzip2                     1.0.8                h4bc722e_7    conda-forge
 c-ares                    1.34.4               hb9d3cd8_0    conda-forge
 c-compiler                1.9.0                h2b85faf_0    conda-forge
 ca-certificates           2025.1.31            hbcca054_0    conda-forge
 cachetools                5.5.2              pyhd8ed1ab_0    conda-forge
 cairo                     1.18.2               h3394656_1    conda-forge
 ccache                    4.10.1               h065aff2_0    conda-forge
 certifi                   2025.1.31          pyhd8ed1ab_0    conda-forge
 cffi                      1.17.1                   pypi_0    pypi
 cfgv                      3.4.0                    pypi_0    pypi
 charset-normalizer        3.4.1              pyhd8ed1ab_0    conda-forge
 click                     8.1.8              pyh707e725_0    conda-forge
 cloudpickle               3.1.1              pyhd8ed1ab_0    conda-forge
 cmake                     3.31.6               h74e3db0_0    conda-forge
 colorama                  0.4.6              pyhd8ed1ab_1    conda-forge
 comm                      0.2.2              pyhd8ed1ab_1    conda-forge
 commonmark                0.9.1                      py_0    conda-forge
 contourpy                 1.3.1           py312h68727a3_0    conda-forge
 coverage                  7.6.12          py312h178313f_0    conda-forge
 cuda-bindings             12.8.0          py312ha83a2ce_0    conda-forge
 cuda-cccl_linux-64        12.8.55              ha770c72_1    conda-forge
 cuda-crt-dev_linux-64     12.8.61              ha770c72_1    conda-forge
 cuda-crt-tools            12.8.61              ha770c72_1    conda-forge
 cuda-cudart               12.8.57              h5888daf_1    conda-forge
 cuda-cudart-dev           12.8.57              h5888daf_1    conda-forge
 cuda-cudart-dev_linux-64  12.8.57              h3f2d84a_1    conda-forge
 cuda-cudart-static        12.8.57              h5888daf_1    conda-forge
 cuda-cudart-static_linux-64 12.8.57              h3f2d84a_1    conda-forge
 cuda-cudart_linux-64      12.8.57              h3f2d84a_1    conda-forge
 cuda-driver-dev_linux-64  12.8.57              h3f2d84a_1    conda-forge
 cuda-nvcc                 12.8.61              hcdd1206_0    conda-forge
 cuda-nvcc-dev_linux-64    12.8.61              he91c749_1    conda-forge
 cuda-nvcc-impl            12.8.61              h85509e4_1    conda-forge
 cuda-nvcc-tools           12.8.61              he02047a_1    conda-forge
 cuda-nvcc_linux-64        12.8.61              h04802cd_0    conda-forge
 cuda-nvrtc                12.8.61              hbd13f7d_0    conda-forge
 cuda-nvvm-dev_linux-64    12.8.61              ha770c72_1    conda-forge
 cuda-nvvm-impl            12.8.61              he02047a_1    conda-forge
 cuda-nvvm-tools           12.8.61              he02047a_1    conda-forge
 cuda-profiler-api         12.8.55              h7938cbb_0    conda-forge
 cuda-python               12.8.0             pyh624ad82_1    conda-forge
 cuda-version              12.8                 h5d125a7_3    conda-forge
 cudf                      25.4.0a276      cuda12_py312_250305_1ee673cc    rapidsai-nightly
 cuml                      25.4.0                   pypi_0    pypi
 cupy                      13.4.0          py312h78400a1_0    conda-forge
 cupy-core                 13.4.0          py312h007fbcc_0    conda-forge
 cuvs                      25.04.00a93     cuda12_py312_250305_g89b0349_93    rapidsai-nightly
 cxx-compiler              1.9.0                h1a2810e_0    conda-forge
 cycler                    0.12.1             pyhd8ed1ab_1    conda-forge
 cython                    3.0.12          py312h2614dfc_0    conda-forge
 cytoolz                   1.0.1           py312h66e93f0_0    conda-forge
 dask                      2025.2.0           pyhd8ed1ab_0    conda-forge
 dask-core                 2025.2.0           pyhd8ed1ab_0    conda-forge
 dask-cuda                 25.04.00a24     py312_250305_ge5d9200_24    rapidsai-nightly
 dask-cudf                 25.4.0a276      cuda12_py312_250305_1ee673cc    rapidsai-nightly
 dask-glm                  0.3.2              pyhd8ed1ab_0    conda-forge
 dask-ml                   2024.4.4           pyhd8ed1ab_1    conda-forge
 dbus                      1.13.6               h5008d03_3    conda-forge
 debugpy                   1.8.13          py312h2ec8cdc_0    conda-forge
 decopatch                 1.4.10             pyhd8ed1ab_0    conda-forge
 decorator                 5.2.1              pyhd8ed1ab_0    conda-forge
 defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
 distlib                   0.3.9                    pypi_0    pypi
 distributed               2025.2.0           pyhd8ed1ab_0    conda-forge
 distributed-ucxx          0.43.00a23      py3.12_250305_gd55ea96_23    rapidsai-nightly
 dlpack                    0.8                  h59595ed_3    conda-forge
 docutils                  0.21.2             pyhd8ed1ab_1    conda-forge
 doxygen                   1.9.1                hb166930_1    conda-forge
 epoxy                     1.5.10               h166bdaf_1    conda-forge
 exceptiongroup            1.2.2              pyhd8ed1ab_1    conda-forge
 execnet                   2.1.1              pyhd8ed1ab_1    conda-forge
 executing                 2.1.0              pyhd8ed1ab_1    conda-forge
 expat                     2.6.4                h5888daf_0    conda-forge
 fastrlock                 0.8.3           py312h6edf5ed_1    conda-forge
 filelock                  3.17.0                   pypi_0    pypi
 font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
 font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
 font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
 font-ttf-ubuntu           0.83                 h77eed37_3    conda-forge
 fontconfig                2.15.0               h7e30c49_1    conda-forge
 fonts-conda-ecosystem     1                             0    conda-forge
 fonts-conda-forge         1                             0    conda-forge
 fonttools                 4.56.0          py312h178313f_0    conda-forge
 fqdn                      1.5.1                    pypi_0    pypi
 freetype                  2.12.1               h267a509_2    conda-forge
 fribidi                   1.0.10               h36c2ea0_0    conda-forge
 fsspec                    2025.2.0           pyhd8ed1ab_0    conda-forge
 future                    1.0.0              pyhd8ed1ab_2    conda-forge
 gcc                       13.3.0               h9576a4e_2    conda-forge
 gcc_impl_linux-64         13.3.0               h1e990d8_2    conda-forge
 gcc_linux-64              13.3.0               hc28eda2_8    conda-forge
 gdk-pixbuf                2.42.12              hb9ae30d_0    conda-forge
 gflags                    2.2.2             h5888daf_1005    conda-forge
 glib-tools                2.82.2               h4833e2c_1    conda-forge
 glog                      0.7.1                hbabe93e_0    conda-forge
 graphite2                 1.3.13            h59595ed_1003    conda-forge
 graphviz                  12.2.1               h5ae0cbf_1    conda-forge
 gtk3                      3.24.43              h021d004_3    conda-forge
 gts                       0.7.6                h977cf35_4    conda-forge
 gxx                       13.3.0               h9576a4e_2    conda-forge
 gxx_impl_linux-64         13.3.0               hae580e1_2    conda-forge
 gxx_linux-64              13.3.0               h6834431_8    conda-forge
 h11                       0.14.0                   pypi_0    pypi
 harfbuzz                  10.4.0               h76408a6_0    conda-forge
 hdbscan                   0.8.39          py312hc0a28a1_0    conda-forge
 hicolor-icon-theme        0.17                 ha770c72_2    conda-forge
 httpcore                  1.0.7                    pypi_0    pypi
 httpx                     0.28.1                   pypi_0    pypi
 hypothesis                6.127.6            pyha770c72_0    conda-forge
 icu                       75.1                 he02047a_0    conda-forge
 identify                  2.6.8                    pypi_0    pypi
 idna                      3.10               pyhd8ed1ab_1    conda-forge
 imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
 importlib-metadata        8.6.1              pyha770c72_0    conda-forge
 importlib-resources       6.5.2              pyhd8ed1ab_0    conda-forge
 importlib_resources       6.5.2              pyhd8ed1ab_0    conda-forge
 iniconfig                 2.0.0              pyhd8ed1ab_1    conda-forge
 ipykernel                 6.29.5             pyh3099207_0    conda-forge
 ipython                   9.0.0              pyhfb0248b_1    conda-forge
 ipython_pygments_lexers   1.1.1              pyhd8ed1ab_0    conda-forge
 isoduration               20.11.0                  pypi_0    pypi
 jedi                      0.19.2             pyhd8ed1ab_1    conda-forge
 jinja2                    3.1.5              pyhd8ed1ab_0    conda-forge
 joblib                    1.4.2              pyhd8ed1ab_1    conda-forge
 json5                     0.10.0                   pypi_0    pypi
 jsonpointer               3.0.0                    pypi_0    pypi
 jsonschema                4.23.0             pyhd8ed1ab_1    conda-forge
 jsonschema-specifications 2024.10.1          pyhd8ed1ab_1    conda-forge
 jupyter-events            0.12.0                   pypi_0    pypi
 jupyter-lsp               2.2.5                    pypi_0    pypi
 jupyter-server            2.15.0                   pypi_0    pypi
 jupyter-server-terminals  0.5.3                    pypi_0    pypi
 jupyter_client            8.6.3              pyhd8ed1ab_1    conda-forge
 jupyter_core              5.7.2              pyh31011fe_1    conda-forge
 jupyterlab                4.3.5                    pypi_0    pypi
 jupyterlab-server         2.27.3                   pypi_0    pypi
 jupyterlab_pygments       0.3.0              pyhd8ed1ab_2    conda-forge
 kernel-headers_linux-64   4.18.0               h8bc681e_7    conda-forge
 keyutils                  1.6.1                h166bdaf_0    conda-forge
 kiwisolver                1.4.8           py312h84d6215_0    conda-forge
 krb5                      1.21.3               h659f571_0    conda-forge
 lcms2                     2.17                 h717163a_0    conda-forge
 ld_impl_linux-64          2.43                 h712a8e2_4    conda-forge
 lerc                      4.0.0                h27087fc_0    conda-forge
 libabseil                 20240722.0      cxx17_hbbce691_4    conda-forge
 libarrow                  19.0.1           hfa2a6e7_0_cpu    conda-forge
 libarrow-acero            19.0.1           hcb10f89_0_cpu    conda-forge
 libarrow-dataset          19.0.1           hcb10f89_0_cpu    conda-forge
 libarrow-substrait        19.0.1           h08228c5_0_cpu    conda-forge
 libblas                   3.9.0           31_h59b9bed_openblas    conda-forge
 libbrotlicommon           1.1.0                hb9d3cd8_2    conda-forge
 libbrotlidec              1.1.0                hb9d3cd8_2    conda-forge
 libbrotlienc              1.1.0                hb9d3cd8_2    conda-forge
 libcap                    2.71                 h39aace5_0    conda-forge
 libcblas                  3.9.0           31_he106b2a_openblas    conda-forge
 libcrc32c                 1.1.2                h9c3ff4c_0    conda-forge
 libcublas                 12.8.3.14            h9ab20c4_0    conda-forge
 libcublas-dev             12.8.3.14            h9ab20c4_0    conda-forge
 libcudf                   25.4.0a276      cuda12_250305_1ee673cc    rapidsai-nightly
 libcufft                  11.3.3.41            hbd13f7d_0    conda-forge
 libcufft-dev              11.3.3.41            h5888daf_0    conda-forge
 libcufile                 1.13.0.11            h12f29b5_0    conda-forge
 libcufile-dev             1.13.0.11            h5888daf_0    conda-forge
 libcumlprims              25.04.00a10     cuda12_250305_g276c12f_10    rapidsai-nightly
 libcups                   2.3.3                h4637d8d_4    conda-forge
 libcurand                 10.3.9.55            hbd13f7d_0    conda-forge
 libcurand-dev             10.3.9.55            h5888daf_0    conda-forge
 libcurl                   8.12.1               h332b0f4_0    conda-forge
 libcusolver               11.7.2.55            h9ab20c4_0    conda-forge
 libcusolver-dev           11.7.2.55            h9ab20c4_0    conda-forge
 libcusparse               12.5.7.53            hbd13f7d_0    conda-forge
 libcusparse-dev           12.5.7.53            h5888daf_0    conda-forge
 libcuvs                   25.04.00a93     cuda12_250305_g89b0349_93    rapidsai-nightly
 libdeflate                1.23                 h4ddbbb0_0    conda-forge
 libedit                   3.1.20250104    pl5321h7949ede_0    conda-forge
 libev                     4.33                 hd590300_2    conda-forge
 libevent                  2.1.12               hf998b51_1    conda-forge
 libexpat                  2.6.4                h5888daf_0    conda-forge
 libffi                    3.4.6                h2dba641_0    conda-forge
 libgcc                    14.2.0               h767d61c_2    conda-forge
 libgcc-devel_linux-64     13.3.0             hc03c837_102    conda-forge
 libgcc-ng                 14.2.0               h69a702a_2    conda-forge
 libgcrypt-lib             1.11.0               hb9d3cd8_2    conda-forge
 libgd                     2.3.3               h6f5c62b_11    conda-forge
 libgfortran               14.2.0               h69a702a_2    conda-forge
 libgfortran-ng            14.2.0               h69a702a_2    conda-forge
 libgfortran5              14.2.0               hf1ad2bd_2    conda-forge
 libglib                   2.82.2               h2ff4ddf_1    conda-forge
 libgomp                   14.2.0               h767d61c_2    conda-forge
 libgoogle-cloud           2.35.0               h2b5623c_0    conda-forge
 libgoogle-cloud-storage   2.35.0               h0121fbd_0    conda-forge
 libgpg-error              1.51                 hbd13f7d_1    conda-forge
 libgrpc                   1.67.1               h25350d4_2    conda-forge
 libhiredis                1.0.2                h2cc385e_0    conda-forge
 libhwloc                  2.11.2          default_h0d58e46_1001    conda-forge
 libiconv                  1.18                 h4ce23a2_1    conda-forge
 libjpeg-turbo             3.0.0                hd590300_1    conda-forge
 libkvikio                 25.04.00a38     cuda12_250305_gd3dc14a_38    rapidsai-nightly
 liblapack                 3.9.0           31_h7ac8fdf_openblas    conda-forge
 libllvm14                 14.0.6               hcd5def8_4    conda-forge
 liblzma                   5.6.4                hb9d3cd8_0    conda-forge
 libnghttp2                1.64.0               h161d5f1_0    conda-forge
 libnl                     3.11.0               hb9d3cd8_0    conda-forge
 libnsl                    2.0.1                hd590300_0    conda-forge
 libnvjitlink              12.8.61              hbd13f7d_0    conda-forge
 libopenblas               0.3.29          pthreads_h94d23a6_0    conda-forge
 libopentelemetry-cpp      1.18.0               hfcad708_1    conda-forge
 libopentelemetry-cpp-headers 1.18.0               ha770c72_1    conda-forge
 libparquet                19.0.1           h081d1f1_0_cpu    conda-forge
 libpng                    1.6.47               h943b412_0    conda-forge
 libprotobuf               5.28.3               h6128344_1    conda-forge
 libraft                   25.04.00a41     cuda12_250305_gc1e2b15a_41    rapidsai-nightly
 libraft-headers           25.04.00a41     cuda12_250305_gc1e2b15a_41    rapidsai-nightly
 libraft-headers-only      25.04.00a41     cuda12_250305_gc1e2b15a_41    rapidsai-nightly
 libre2-11                 2024.07.02           hbbce691_2    conda-forge
 librmm                    25.4.0a43       cuda12_250305_866a40e7    rapidsai-nightly
 librsvg                   2.58.4               h49af25d_2    conda-forge
 libsanitizer              13.3.0               he8ea267_2    conda-forge
 libsodium                 1.0.20               h4ab18f5_0    conda-forge
 libsqlite                 3.49.1               hee588c1_1    conda-forge
 libssh2                   1.11.1               hf672d98_0    conda-forge
 libstdcxx                 14.2.0               h8f9b012_2    conda-forge
 libstdcxx-devel_linux-64  13.3.0             hc03c837_102    conda-forge
 libstdcxx-ng              14.2.0               h4852527_2    conda-forge
 libsystemd0               257.3                h3dc2cb9_0    conda-forge
 libthrift                 0.21.0               h0e7cc3e_0    conda-forge
 libtiff                   4.7.0                hd9ff511_3    conda-forge
 libucxx                   0.43.00a23      cuda12_250305_gd55ea96_23    rapidsai-nightly
 libudev1                  257.3                h9a4d06a_0    conda-forge
 libutf8proc               2.10.0               h4c51ac1_0    conda-forge
 libuuid                   2.38.1               h0b41bf4_0    conda-forge
 libuv                     1.50.0               hb9d3cd8_0    conda-forge
 libwebp-base              1.5.0                h851e524_0    conda-forge
 libxcb                    1.17.0               h8a09558_0    conda-forge
 libxcrypt                 4.4.36               hd590300_1    conda-forge
 libxgboost                2.1.4           rapidsai_ha2c00fb_1    rapidsai-nightly
 libxkbcommon              1.8.0                hc4a0caf_0    conda-forge
 libxml2                   2.13.6               h8d12d68_0    conda-forge
 libzlib                   1.3.1                hb9d3cd8_2    conda-forge
 llvmlite                  0.43.0          py312h374181b_1    conda-forge
 locket                    1.0.0              pyhd8ed1ab_0    conda-forge
 lz4                       4.3.3           py312hf0f0c11_2    conda-forge
 lz4-c                     1.10.0               h5888daf_1    conda-forge
 makefun                   1.15.6             pyhd8ed1ab_0    conda-forge
 markdown                  3.6                pyhd8ed1ab_0    conda-forge
 markdown-it-py            3.0.0              pyhd8ed1ab_1    conda-forge
 markupsafe                3.0.2           py312h178313f_1    conda-forge
 matplotlib-base           3.10.1          py312hd3ec401_0    conda-forge
 matplotlib-inline         0.1.7              pyhd8ed1ab_1    conda-forge
 mdurl                     0.1.2              pyhd8ed1ab_1    conda-forge
 mistune                   3.1.2              pyhd8ed1ab_0    conda-forge
 msgpack-python            1.1.0           py312h68727a3_0    conda-forge
 multipledispatch          0.6.0              pyhd8ed1ab_1    conda-forge
 munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
 nbclient                  0.10.2             pyhd8ed1ab_0    conda-forge
 nbconvert                 7.16.6               hb482800_0    conda-forge
 nbconvert-core            7.16.6             pyh29332c3_0    conda-forge
 nbconvert-pandoc          7.16.6               hed9df3c_0    conda-forge
 nbformat                  5.10.4             pyhd8ed1ab_1    conda-forge
 nbsphinx                  0.9.7              pyhd8ed1ab_0    conda-forge
 nccl                      2.25.1.1             ha44e49d_0    conda-forge
 ncurses                   6.5                  h2d0b736_3    conda-forge
 nest-asyncio              1.6.0              pyhd8ed1ab_1    conda-forge
 ninja                     1.12.1               h297d8ca_0    conda-forge
 nlohmann_json             3.11.3               he02047a_1    conda-forge
 nltk                      3.9.1              pyhd8ed1ab_1    conda-forge
 nodeenv                   1.9.1                    pypi_0    pypi
 notebook                  7.3.2                    pypi_0    pypi
 notebook-shim             0.2.4                    pypi_0    pypi
 numba                     0.60.0          py312h83e6fd3_0    conda-forge
 numba-cuda                0.4.0              pyh267e887_0    conda-forge
 numpy                     2.0.2           py312h58c1407_1    conda-forge
 numpydoc                  1.8.0              pyhd8ed1ab_1    conda-forge
 nvcomp                    4.2.0.11             h791f646_0    conda-forge
 nvidia-ml-py              12.570.86          pyhd8ed1ab_0    conda-forge
 nvtx                      0.2.11          py312h66e93f0_0    conda-forge
 openjpeg                  2.5.3                h5fbd93e_0    conda-forge
 openssl                   3.4.1                h7b32b05_0    conda-forge
 orc                       2.0.3                h12ee42a_2    conda-forge
 overrides                 7.7.0                    pypi_0    pypi
 packaging                 24.2               pyhd8ed1ab_2    conda-forge
 pandas                    2.2.3           py312hf9745cd_1    conda-forge
 pandoc                    3.6.3                ha770c72_0    conda-forge
 pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
 pango                     1.56.1               h861ebed_0    conda-forge
 parso                     0.8.4              pyhd8ed1ab_1    conda-forge
 partd                     1.4.2              pyhd8ed1ab_0    conda-forge
 pathspec                  0.12.1             pyhd8ed1ab_1    conda-forge
 patsy                     1.0.1              pyhd8ed1ab_1    conda-forge
 pcre2                     10.44                hba22ea6_2    conda-forge
 pexpect                   4.9.0              pyhd8ed1ab_1    conda-forge
 pickleshare               0.7.5           pyhd8ed1ab_1004    conda-forge
 pillow                    11.1.0          py312h80c1187_0    conda-forge
 pip                       25.0.1             pyh8b19718_0    conda-forge
 pixman                    0.44.2               h29eaf8c_0    conda-forge
 pkgutil-resolve-name      1.3.10             pyhd8ed1ab_2    conda-forge
 platformdirs              4.3.6              pyhd8ed1ab_1    conda-forge
 pluggy                    1.5.0              pyhd8ed1ab_1    conda-forge
 pre-commit                4.1.0                    pypi_0    pypi
 prometheus-client         0.21.1                   pypi_0    pypi
 prometheus-cpp            1.3.0                ha5d0236_0    conda-forge
 prompt-toolkit            3.0.50             pyha770c72_0    conda-forge
 psutil                    7.0.0           py312h66e93f0_0    conda-forge
 pthread-stubs             0.4               hb9d3cd8_1002    conda-forge
 ptyprocess                0.7.0              pyhd8ed1ab_1    conda-forge
 pure_eval                 0.2.3              pyhd8ed1ab_1    conda-forge
 py-cpuinfo                9.0.0              pyhd8ed1ab_1    conda-forge
 py-xgboost                2.1.4           rapidsai_pyh35aab83_1    rapidsai-nightly
 pyarrow                   19.0.1          py312h7900ff3_0    conda-forge
 pyarrow-core              19.0.1          py312h01725c0_0_cpu    conda-forge
 pycparser                 2.22                     pypi_0    pypi
 pydata-sphinx-theme       0.16.1             pyhd8ed1ab_0    conda-forge
 pygments                  2.19.1             pyhd8ed1ab_0    conda-forge
 pylibcudf                 25.4.0a276      cuda12_py312_250305_1ee673cc    rapidsai-nightly
 pylibraft                 25.04.00a41     cuda12_py312_250305_gc1e2b15a_41    rapidsai-nightly
 pynndescent               0.5.13             pyhd8ed1ab_1    conda-forge
 pynvjitlink               0.5.0           py312hf640dd1_0    rapidsai
 pynvml                    12.0.0             pyhd8ed1ab_0    conda-forge
 pyparsing                 3.2.1              pyhd8ed1ab_0    conda-forge
 pysocks                   1.7.1              pyha55dd90_7    conda-forge
 pytest                    7.4.4              pyhd8ed1ab_0    conda-forge
 pytest-benchmark          5.1.0              pyhd8ed1ab_1    conda-forge
 pytest-cases              3.8.6              pyhd8ed1ab_0    conda-forge
 pytest-cov                6.0.0              pyhd8ed1ab_1    conda-forge
 pytest-xdist              3.6.1              pyhd8ed1ab_1    conda-forge
 python                    3.12.9          h9e4cc4f_1_cpython    conda-forge
 python-dateutil           2.9.0.post0        pyhff2d567_1    conda-forge
 python-fastjsonschema     2.21.1             pyhd8ed1ab_0    conda-forge
 python-json-logger        3.2.1                    pypi_0    pypi
 python-tzdata             2025.1             pyhd8ed1ab_0    conda-forge
 python_abi                3.12                    5_cp312    conda-forge
 pytz                      2024.1             pyhd8ed1ab_0    conda-forge
 pyyaml                    6.0.2           py312h178313f_2    conda-forge
 pyzmq                     26.2.1          py312hbf22597_0    conda-forge
 qhull                     2020.2               h434a139_5    conda-forge
 raft-dask                 25.04.00a41     cuda12_py312_250305_gc1e2b15a_41    rapidsai-nightly
 rapids-build-backend      0.3.3                      py_0    rapidsai
 rapids-dask-dependency    25.04.00a7                 py_0    rapidsai-nightly
 rapids-dependency-file-generator 1.17.0                     py_0    rapidsai
 rapids-logger             0.1.0a29             h98325ef_0    rapidsai-nightly
 rdma-core                 56.0                 h5888daf_0    conda-forge
 re2                       2024.07.02           h9925aae_2    conda-forge
 readline                  8.2                  h8c095d6_2    conda-forge
 recommonmark              0.7.1              pyhd8ed1ab_1    conda-forge
 referencing               0.36.2             pyh29332c3_0    conda-forge
 regex                     2024.11.6       py312h66e93f0_0    conda-forge
 requests                  2.32.3             pyhd8ed1ab_1    conda-forge
 rfc3339-validator         0.1.4                    pypi_0    pypi
 rfc3986-validator         0.1.1                    pypi_0    pypi
 rhash                     1.4.5                hb9d3cd8_0    conda-forge
 rich                      13.9.4             pyhd8ed1ab_1    conda-forge
 rmm                       25.4.0a43       cuda12_py312_250305_866a40e7    rapidsai-nightly
 rmmscope                  0.1.0                    pypi_0    pypi
 rpds-py                   0.23.1          py312h3b7be25_0    conda-forge
 ruff                      0.9.9           py312hf79aa60_0    conda-forge
 rust                      1.85.0               h1a8d7c4_0    conda-forge
 rust-std-x86_64-unknown-linux-gnu 1.85.0               h2c6d0dc_0    conda-forge
 s2n                       1.5.11               h072c03f_0    conda-forge
 scikit-build-core         0.11.0             pyh4afc917_0    conda-forge
 scikit-learn              1.5.2           py312h7a48858_1    conda-forge
 scipy                     1.15.2          py312ha707e6e_0    conda-forge
 seaborn                   0.13.2               hd8ed1ab_3    conda-forge
 seaborn-base              0.13.2             pyhd8ed1ab_3    conda-forge
 send2trash                1.8.3                    pypi_0    pypi
 setuptools                75.8.2             pyhff2d567_0    conda-forge
 six                       1.17.0             pyhd8ed1ab_0    conda-forge
 snappy                    1.2.1                h8bd8927_1    conda-forge
 sniffio                   1.3.1                    pypi_0    pypi
 snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
 sortedcontainers          2.4.0              pyhd8ed1ab_1    conda-forge
 soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
 sparse                    0.15.5             pyh72ffeb9_0    conda-forge
 sphinx                    8.1.3              pyhd8ed1ab_1    conda-forge
 sphinx-copybutton         0.5.2              pyhd8ed1ab_1    conda-forge
 sphinx-markdown-tables    0.0.17             pyhd8ed1ab_1    conda-forge
 sphinxcontrib-applehelp   2.0.0              pyhd8ed1ab_1    conda-forge
 sphinxcontrib-devhelp     2.0.0              pyhd8ed1ab_1    conda-forge
 sphinxcontrib-htmlhelp    2.1.0              pyhd8ed1ab_1    conda-forge
 sphinxcontrib-jsmath      1.0.1              pyhd8ed1ab_1    conda-forge
 sphinxcontrib-qthelp      2.0.0              pyhd8ed1ab_1    conda-forge
 sphinxcontrib-serializinghtml 1.1.10             pyhd8ed1ab_1    conda-forge
 stack_data                0.6.3              pyhd8ed1ab_1    conda-forge
 statsmodels               0.14.4          py312hc0a28a1_0    conda-forge
 sysroot_linux-64          2.28                 h8bc681e_7    conda-forge
 tabulate                  0.9.0              pyhd8ed1ab_2    conda-forge
 tbb                       2022.0.0             hceb3a55_0    conda-forge
 tblib                     3.0.0              pyhd8ed1ab_1    conda-forge
 terminado                 0.18.1                   pypi_0    pypi
 threadpoolctl             3.5.0              pyhc1e730c_0    conda-forge
 tinycss2                  1.4.0              pyhd8ed1ab_0    conda-forge
 tk                        8.6.13          noxft_h4845f30_101    conda-forge
 toml                      0.10.2             pyhd8ed1ab_1    conda-forge
 tomli                     2.2.1              pyhd8ed1ab_1    conda-forge
 tomlkit                   0.13.2             pyha770c72_1    conda-forge
 toolz                     1.0.0              pyhd8ed1ab_1    conda-forge
 tornado                   6.4.2           py312h66e93f0_0    conda-forge
 tqdm                      4.67.1             pyhd8ed1ab_1    conda-forge
 traitlets                 5.14.3             pyhd8ed1ab_1    conda-forge
 treelite                  4.4.1           py312h90c54bd_1    conda-forge
 types-python-dateutil     2.9.0.20241206           pypi_0    pypi
 typing-extensions         4.12.2               hd8ed1ab_1    conda-forge
 typing_extensions         4.12.2             pyha770c72_1    conda-forge
 tzdata                    2025a                h78e105d_0    conda-forge
 ucx                       1.18.0               h8887438_1    conda-forge
 ucx-py                    0.43.00a14      py312_250305_g0b12b68_14    rapidsai-nightly
 ucxx                      0.43.00a23      cuda12_py312_250305_gd55ea96_23    rapidsai-nightly
 umap-learn                0.5.6           py312h7900ff3_1    conda-forge
 unicodedata2              16.0.0          py312h66e93f0_0    conda-forge
 uri-template              1.3.0                    pypi_0    pypi
 urllib3                   2.2.2              pyhd8ed1ab_0    conda-forge
 virtualenv                20.29.2                  pypi_0    pypi
 wayland                   1.23.1               h3e06ad9_0    conda-forge
 wcwidth                   0.2.13             pyhd8ed1ab_1    conda-forge
 webcolors                 24.11.1                  pypi_0    pypi
 webencodings              0.5.1              pyhd8ed1ab_3    conda-forge
 websocket-client          1.8.0                    pypi_0    pypi
 wheel                     0.45.1             pyhd8ed1ab_1    conda-forge
 xgboost                   2.1.4           rapidsai_pyh0e8b7e3_1    rapidsai-nightly
 xkeyboard-config          2.43                 hb9d3cd8_0    conda-forge
 xorg-libice               1.1.2                hb9d3cd8_0    conda-forge
 xorg-libsm                1.2.5                he73a12e_0    conda-forge
 xorg-libx11               1.8.11               h4f16b4b_0    conda-forge
 xorg-libxau               1.0.12               hb9d3cd8_0    conda-forge
 xorg-libxcomposite        0.4.6                hb9d3cd8_2    conda-forge
 xorg-libxcursor           1.2.3                hb9d3cd8_0    conda-forge
 xorg-libxdamage           1.1.6                hb9d3cd8_0    conda-forge
 xorg-libxdmcp             1.1.5                hb9d3cd8_0    conda-forge
 xorg-libxext              1.3.6                hb9d3cd8_0    conda-forge
 xorg-libxfixes            6.0.1                hb9d3cd8_0    conda-forge
 xorg-libxi                1.8.2                hb9d3cd8_0    conda-forge
 xorg-libxinerama          1.1.5                h5888daf_1    conda-forge
 xorg-libxrandr            1.5.4                hb9d3cd8_0    conda-forge
 xorg-libxrender           0.9.12               hb9d3cd8_0    conda-forge
 xorg-libxtst              1.2.5                hb9d3cd8_3    conda-forge
 xyzservices               2025.1.0           pyhd8ed1ab_0    conda-forge
 yaml                      0.2.5                h7f98852_2    conda-forge
 zeromq                    4.3.5                h3b0a872_7    conda-forge
 zict                      3.0.0              pyhd8ed1ab_1    conda-forge
 zipp                      3.21.0             pyhd8ed1ab_1    conda-forge
 zlib                      1.3.1                hb9d3cd8_2    conda-forge
 zstd                      1.5.7                hb8e6e7a_1    conda-forge

Additional context

We can work around this in cuml for now (at the cost of some extra code).

@jcrist jcrist added the bug Something isn't working label Mar 7, 2025
@mroeschke mroeschke self-assigned this Mar 7, 2025
@mroeschke mroeschke added the Python Affects Python cuDF API. label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Python Affects Python cuDF API.
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants