rapidsai / cudf

cuDF - GPU DataFrame Library
https://docs.rapids.ai/api/cudf/stable/
Apache License 2.0
8.35k stars 890 forks source link

[BUG] Integer PTX JIT gtest failures on H100 system (CUDA 12.0) #15048

Closed harrism closed 8 months ago

harrism commented 8 months ago

Describe the bug

Integer and DateTime PTX JIT tests fail on a CUDA 12.0 / H100 (DGX) system. Interestingly the FP32 versions of both of these tests pass.

[----------] 3 tests from BinaryOperationGenericPTXTest
[ RUN      ] BinaryOperationGenericPTXTest.CAdd_Vector_Vector_FP32_FP32_FP32
[       OK ] BinaryOperationGenericPTXTest.CAdd_Vector_Vector_FP32_FP32_FP32 (3 ms)
[ RUN      ] BinaryOperationGenericPTXTest.CAdd_Vector_Vector_INT64_INT32_INT32
unknown file: Failure
C++ exception with description "Jitify fatal error: Deserialization failed" thrown in the test body.

[  FAILED  ] BinaryOperationGenericPTXTest.CAdd_Vector_Vector_INT64_INT32_INT32 (0 ms)
[ RUN      ] BinaryOperationGenericPTXTest.CAdd_Vector_Vector_INT64_INT32_INT64
unknown file: Failure
C++ exception with description "Jitify fatal error: Deserialization failed" thrown in the test body.

[  FAILED  ] BinaryOperationGenericPTXTest.CAdd_Vector_Vector_INT64_INT32_INT64 (0 ms)
[----------] 3 tests from BinaryOperationGenericPTXTest (3 ms total)

[----------] Global test environment tear-down
[==========] 433 tests from 128 test suites ran. (281 ms total)
[  PASSED  ] 431 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] BinaryOperationGenericPTXTest.CAdd_Vector_Vector_INT64_INT32_INT32
[  FAILED  ] BinaryOperationGenericPTXTest.CAdd_Vector_Vector_INT64_INT32_INT64

 2 FAILED TESTS
CMake Error at /home/coder/cudf/cpp/build/release/rapids-cmake/run_gpu_test.cmake:34 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

      Start 23: TRANSFORM_TEST
23/95 Test #23: TRANSFORM_TEST ...................***Failed    2.33 sec
'/home/coder/cudf/cpp/build/release/gtests/TRANSFORM_TEST'
[==========] Running 174 tests from 44 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from UnaryOperationIntegrationTest
[ RUN      ] UnaryOperationIntegrationTest.Transform_FP32_FP32
[       OK ] UnaryOperationIntegrationTest.Transform_FP32_FP32 (7 ms)
[ RUN      ] UnaryOperationIntegrationTest.Transform_INT32_INT32
unknown file: Failure
C++ exception with description "Jitify fatal error: Deserialization failed" thrown in the test body.

[  FAILED  ] UnaryOperationIntegrationTest.Transform_INT32_INT32 (3 ms)
[ RUN      ] UnaryOperationIntegrationTest.Transform_INT8_INT8
unknown file: Failure
C++ exception with description "Jitify fatal error: Deserialization failed" thrown in the test body.

[  FAILED  ] UnaryOperationIntegrationTest.Transform_INT8_INT8 (3 ms)
[ RUN      ] UnaryOperationIntegrationTest.Transform_Datetime
unknown file: Failure
C++ exception with description "Jitify fatal error: Deserialization failed" thrown in the test body.

[  FAILED  ] UnaryOperationIntegrationTest.Transform_Datetime (0 ms)
[----------] 4 tests from UnaryOperationIntegrationTest (14 ms total)

Steps/Code to reproduce bug I'm sing the combined dev container, but I suspect a cuDF-only container would also reproduce. I build with

clean-cudf-cpp
build-cudf-cpp

Then run with

cd cpp/build/release
ninja test

ctest command will also run the tests, or just run gtests/BINARYOP_TEST or gtests/TRANSFORM_TEST or gtests/STREAM_BINARYOP_TEST.

Expected behavior Tests shouls pass.

Environment overview (please complete the following information)

Environment details See next comment.

harrism commented 8 months ago
Click here to see environment details

     **git***
     commit ac4debdf47d64c1cec9e689e18c738b5b6714e71 (HEAD -> branch-24.04, upstream/branch-24.04)
     Author: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
     Date:   Tue Feb 13 12:16:09 2024 -1000

     Deprecate delim_whitespace in read_csv for pandas 2.2 (#14986)

     Toward pandas 2.2 compat: Deprecated in pandas in https://github.com/pandas-dev/pandas/pull/56557

     Authors:
     - Matthew Roeschke (https://github.com/mroeschke)

     Approvers:
     - Ashwin Srinath (https://github.com/shwina)

     URL: https://github.com/rapidsai/cudf/pull/14986
     **git submodules***

     ***OS Information***
     DISTRIB_ID=Ubuntu
     DISTRIB_RELEASE=22.04
     DISTRIB_CODENAME=jammy
     DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
     PRETTY_NAME="Ubuntu 22.04.3 LTS"
     NAME="Ubuntu"
     VERSION_ID="22.04"
     VERSION="22.04.3 LTS (Jammy Jellyfish)"
     VERSION_CODENAME=jammy
     ID=ubuntu
     ID_LIKE=debian
     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"
     UBUNTU_CODENAME=jammy
     Linux f847fb59383b 5.15.0-1042-nvidia #42-Ubuntu SMP Wed Nov 15 20:28:30 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

     ***GPU Information***
     Tue Feb 13 23:54:55 2024
     +-----------------------------------------------------------------------------+
     | NVIDIA-SMI 525.147.05   Driver Version: 525.147.05   CUDA Version: 12.0     |
     |-------------------------------+----------------------+----------------------+
     | 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 H100 80G...  On   | 00000000:1B:00.0 Off |                    0 |
     | N/A   30C    P0    74W / 700W |      0MiB / 81559MiB |      0%      Default |
     |                               |                      |             Disabled |
     +-------------------------------+----------------------+----------------------+
     |   1  NVIDIA H100 80G...  On   | 00000000:43:00.0 Off |                    0 |
     | N/A   31C    P0    72W / 700W |      0MiB / 81559MiB |      0%      Default |
     |                               |                      |             Disabled |
     +-------------------------------+----------------------+----------------------+
     |   2  NVIDIA H100 80G...  On   | 00000000:52:00.0 Off |                    0 |
     | N/A   34C    P0    70W / 700W |      0MiB / 81559MiB |      0%      Default |
     |                               |                      |             Disabled |
     +-------------------------------+----------------------+----------------------+
     |   3  NVIDIA H100 80G...  On   | 00000000:61:00.0 Off |                    0 |
     | N/A   33C    P0    71W / 700W |      0MiB / 81559MiB |      0%      Default |
     |                               |                      |             Disabled |
     +-------------------------------+----------------------+----------------------+
     |   4  NVIDIA H100 80G...  On   | 00000000:9D:00.0 Off |                    0 |
     | N/A   31C    P0    74W / 700W |      0MiB / 81559MiB |      0%      Default |
     |                               |                      |             Disabled |
     +-------------------------------+----------------------+----------------------+
     |   5  NVIDIA H100 80G...  On   | 00000000:C3:00.0 Off |                    0 |
     | N/A   30C    P0    73W / 700W |      0MiB / 81559MiB |      0%      Default |
     |                               |                      |             Disabled |
     +-------------------------------+----------------------+----------------------+
     |   6  NVIDIA H100 80G...  On   | 00000000:D1:00.0 Off |                    0 |
     | N/A   32C    P0    73W / 700W |      0MiB / 81559MiB |      0%      Default |
     |                               |                      |             Disabled |
     +-------------------------------+----------------------+----------------------+
     |   7  NVIDIA H100 80G...  On   | 00000000:DF:00.0 Off |                    0 |
     | N/A   34C    P0    73W / 700W |      0MiB / 81559MiB |      0%      Default |
     |                               |                      |             Disabled |
     +-------------------------------+----------------------+----------------------+

     +-----------------------------------------------------------------------------+
     | Processes:                                                                  |
     |  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
     |        ID   ID                                                   Usage      |
     |=============================================================================|
     |  No running processes found                                                 |
     +-----------------------------------------------------------------------------+

     ***CPU***
     Architecture:                       x86_64
     CPU op-mode(s):                     32-bit, 64-bit
     Address sizes:                      52 bits physical, 57 bits virtual
     Byte Order:                         Little Endian
     CPU(s):                             224
     On-line CPU(s) list:                0-223
     Vendor ID:                          GenuineIntel
     Model name:                         Intel(R) Xeon(R) Platinum 8480CL
     CPU family:                         6
     Model:                              143
     Thread(s) per core:                 2
     Core(s) per socket:                 56
     Socket(s):                          2
     Stepping:                           7
     CPU max MHz:                        3800.0000
     CPU min MHz:                        800.0000
     BogoMIPS:                           4000.00
     Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 invpcid_single intel_ppin cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities
     L1d cache:                          5.3 MiB (112 instances)
     L1i cache:                          3.5 MiB (112 instances)
     L2 cache:                           224 MiB (112 instances)
     L3 cache:                           210 MiB (2 instances)
     NUMA node(s):                       2
     NUMA node0 CPU(s):                  0-55,112-167
     NUMA node1 CPU(s):                  56-111,168-223
     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:             Not affected
     Vulnerability Spec rstack overflow: Not affected
     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; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence
     Vulnerability Srbds:                Not affected
     Vulnerability Tsx async abort:      Not affected

     ***CMake***
     /home/coder/.conda/envs/rapids/bin/cmake
     cmake version 3.28.2

     CMake suite maintained and supported by Kitware (kitware.com/cmake).

     ***g++***
     /home/coder/.conda/envs/rapids/bin/g++
     g++ (conda-forge gcc 11.4.0-3) 11.4.0
     Copyright (C) 2021 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***
     /home/coder/.conda/envs/rapids/bin/nvcc
     nvcc: NVIDIA (R) Cuda compiler driver
     Copyright (c) 2005-2022 NVIDIA Corporation
     Built on Mon_Oct_24_19:12:58_PDT_2022
     Cuda compilation tools, release 12.0, V12.0.76
     Build cuda_12.0.r12.0/compiler.31968024_0

     ***Python***
     /home/coder/.conda/envs/rapids/bin/python
     Python 3.10.13

     ***Environment Variables***
     PATH                            : /home/coder/.local/bin:/vscode/vscode-server/bin/linux-x64/31c37ee8f63491495ac49e43b8544550fbae4533/bin/remote-cli:/home/coder/.local/bin:/home/coder/.conda/envs/rapids/bin:/opt/conda/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin
     LD_LIBRARY_PATH                 :
     NUMBAPRO_NVVM                   :
     NUMBAPRO_LIBDEVICE              :
     CONDA_PREFIX                    : /home/coder/.conda/envs/rapids
     PYTHON_PATH                     :

     ***conda packages***
     /opt/conda/condabin/conda
     # packages in environment at /home/coder/.conda/envs/rapids:
     #
     # Name                    Version                   Build  Channel
     _libgcc_mutex             0.1                 conda_forge    conda-forge
     _openmp_mutex             4.5                  2_kmp_llvm    conda-forge
     _sysroot_linux-64_curr_repodata_hack 3                   h69a702a_13    conda-forge
     accessible-pygments       0.0.4              pyhd8ed1ab_0    conda-forge
     aiobotocore               2.11.1             pyhd8ed1ab_1    conda-forge
     aiohttp                   3.9.1           py310h2372a71_0    conda-forge
     aioitertools              0.11.0             pyhd8ed1ab_0    conda-forge
     aiosignal                 1.3.1              pyhd8ed1ab_0    conda-forge
     alabaster                 0.7.16             pyhd8ed1ab_0    conda-forge
     annotated-types           0.6.0              pyhd8ed1ab_0    conda-forge
     anyio                     4.2.0              pyhd8ed1ab_0    conda-forge
     aom                       3.7.1                h59595ed_0    conda-forge
     argon2-cffi               23.1.0             pyhd8ed1ab_0    conda-forge
     argon2-cffi-bindings      21.2.0          py310h2372a71_4    conda-forge
     arrow                     1.3.0              pyhd8ed1ab_0    conda-forge
     asciitree                 0.3.3                      py_2    conda-forge
     asttokens                 2.4.1              pyhd8ed1ab_0    conda-forge
     async-lru                 2.0.4              pyhd8ed1ab_0    conda-forge
     async-timeout             4.0.3              pyhd8ed1ab_0    conda-forge
     atk-1.0                   2.38.0               hd4edc92_1    conda-forge
     attrs                     23.2.0             pyh71513ae_0    conda-forge
     aws-c-auth                0.7.8                hcf8cf63_3    conda-forge
     aws-c-cal                 0.6.9                h5d48c4d_2    conda-forge
     aws-c-common              0.9.10               hd590300_0    conda-forge
     aws-c-compression         0.2.17               h7f92143_7    conda-forge
     aws-c-event-stream        0.3.2                h0bcb0bb_8    conda-forge
     aws-c-http                0.7.15               hd268abd_0    conda-forge
     aws-c-io                  0.13.36              hb3b01f7_3    conda-forge
     aws-c-mqtt                0.10.0               hbafccad_1    conda-forge
     aws-c-s3                  0.4.6                h47b1690_0    conda-forge
     aws-c-sdkutils            0.1.13               h7f92143_0    conda-forge
     aws-checksums             0.1.17               h7f92143_6    conda-forge
     aws-crt-cpp               0.25.0               hfa7cc67_4    conda-forge
     aws-sam-translator        1.83.0             pyhd8ed1ab_0    conda-forge
     aws-sdk-cpp               1.11.210             h0853bfa_5    conda-forge
     aws-xray-sdk              2.12.1             pyhd8ed1ab_0    conda-forge
     azure-core-cpp            1.10.3               h91d86a7_0    conda-forge
     azure-storage-blobs-cpp   12.10.0              h00ab1b0_0    conda-forge
     azure-storage-common-cpp  12.5.0               hb858b4b_2    conda-forge
     babel                     2.14.0             pyhd8ed1ab_0    conda-forge
     backports.zoneinfo        0.2.1           py310hff52083_8    conda-forge
     bcrypt                    4.1.2           py310hcb5633a_0    conda-forge
     beautifulsoup4            4.12.3             pyha770c72_0    conda-forge
     benchmark                 1.8.0                h59595ed_0    conda-forge
     binutils                  2.40                 hdd6e379_0    conda-forge
     binutils_impl_linux-64    2.40                 hf600244_0    conda-forge
     binutils_linux-64         2.40                 hbdbef99_2    conda-forge
     blas                      2.121                       mkl    conda-forge
     blas-devel                3.9.0            21_linux64_mkl    conda-forge
     bleach                    6.1.0              pyhd8ed1ab_0    conda-forge
     blinker                   1.7.0              pyhd8ed1ab_0    conda-forge
     blosc                     1.21.5               h0f2a231_0    conda-forge
     bokeh                     3.3.3              pyhd8ed1ab_0    conda-forge
     boto3                     1.33.13            pyhd8ed1ab_0    conda-forge
     botocore                  1.33.13            pyhd8ed1ab_0    conda-forge
     branca                    0.7.0              pyhd8ed1ab_1    conda-forge
     breathe                   4.35.0             pyhd8ed1ab_1    conda-forge
     brotli                    1.1.0                hd590300_1    conda-forge
     brotli-bin                1.1.0                hd590300_1    conda-forge
     brotli-python             1.1.0           py310hc6cd4ac_1    conda-forge
     brunsli                   0.1                  h9c3ff4c_0    conda-forge
     bzip2                     1.0.8                hd590300_5    conda-forge
     c-ares                    1.25.0               hd590300_0    conda-forge
     c-blosc2                  2.13.0               hb4ffafa_0    conda-forge
     c-compiler                1.5.2                h0b41bf4_0    conda-forge
     ca-certificates           2023.11.17           hbcca054_0    conda-forge
     cached-property           1.5.2                hd8ed1ab_1    conda-forge
     cached_property           1.5.2              pyha770c72_1    conda-forge
     cachetools                5.3.2              pyhd8ed1ab_0    conda-forge
     cairo                     1.18.0               h3faef2a_0    conda-forge
     certifi                   2023.11.17         pyhd8ed1ab_0    conda-forge
     cffi                      1.16.0          py310h2fee648_0    conda-forge
     cfgv                      3.3.1              pyhd8ed1ab_0    conda-forge
     cfitsio                   4.3.1                hbdc6101_0    conda-forge
     cfn-lint                  0.84.0             pyhd8ed1ab_0    conda-forge
     charls                    2.4.2                h59595ed_0    conda-forge
     charset-normalizer        3.3.2              pyhd8ed1ab_0    conda-forge
     clang                     16.0.6               hda56bd4_4    conda-forge
     clang-16                  16.0.6          default_hb11cfb5_4    conda-forge
     clang-format              16.0.6          default_hb11cfb5_4    conda-forge
     clang-format-16           16.0.6          default_hb11cfb5_4    conda-forge
     clang-tools               16.0.6          default_hb11cfb5_4    conda-forge
     clangxx                   16.0.6          default_hb11cfb5_4    conda-forge
     click                     8.1.7           unix_pyh707e725_0    conda-forge
     click-plugins             1.1.1                      py_0    conda-forge
     cligj                     0.7.2              pyhd8ed1ab_1    conda-forge
     cloudpickle               3.0.0              pyhd8ed1ab_0    conda-forge
     cmake                     3.28.2               hcfe8598_0    conda-forge
     colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
     comm                      0.2.1              pyhd8ed1ab_0    conda-forge
     commonmark                0.9.1                      py_0    conda-forge
     contourpy                 1.2.0           py310hd41b1e2_0    conda-forge
     coverage                  7.4.0           py310h2372a71_0    conda-forge
     cramjam                   2.8.0           py310hcb5633a_0    conda-forge
     cryptography              42.0.0          py310hb8475ec_0    conda-forge
     cuda-cccl                 12.0.90              ha770c72_1    conda-forge
     cuda-cccl-impl            2.0.1                ha770c72_1    conda-forge
     cuda-cccl_linux-64        12.0.90              ha770c72_1    conda-forge
     cuda-cudart               12.3.101                      0    nvidia
     cuda-cudart-dev           12.3.101                      0    nvidia
     cuda-cudart-dev_linux-64  12.0.107             h59595ed_8    conda-forge
     cuda-cudart-static        12.0.107             hd3aeb46_8    conda-forge
     cuda-cudart-static_linux-64 12.0.107             h59595ed_8    conda-forge
     cuda-cudart_linux-64      12.0.107             h59595ed_8    conda-forge
     cuda-cupti                12.0.90              h59595ed_2    conda-forge
     cuda-cupti-dev            12.0.90              h59595ed_2    conda-forge
     cuda-driver-dev_linux-64  12.0.107             h59595ed_8    conda-forge
     cuda-nvcc                 12.0.76             hba56722_12    conda-forge
     cuda-nvcc-dev_linux-64    12.0.76              ha770c72_1    conda-forge
     cuda-nvcc-impl            12.0.76              h59595ed_1    conda-forge
     cuda-nvcc-tools           12.0.76              h59595ed_1    conda-forge
     cuda-nvcc_linux-64        12.0.76             hba56722_12    conda-forge
     cuda-nvrtc                12.3.107                      0    nvidia
     cuda-nvrtc-dev            12.3.107                      0    nvidia
     cuda-nvtx                 12.0.76              hcb278e6_1    conda-forge
     cuda-nvtx-dev             12.0.76              ha770c72_1    conda-forge
     cuda-profiler-api         12.0.76              ha770c72_0    conda-forge
     cuda-python               12.3.0          py310h9f9f131_0    conda-forge
     cuda-sanitizer-api        12.0.90              h59595ed_0    conda-forge
     cuda-version              12.0                 hffde075_2    conda-forge
     cudf                      24.4.0                   pypi_0    pypi
     cudnn                     8.8.0.121            h264754d_4    conda-forge
     cupy                      13.0.0          py310h7aad9d2_1    conda-forge
     cupy-core                 13.0.0          py310had4011e_1    conda-forge
     curl                      8.5.0                hca28451_0    conda-forge
     cxx-compiler              1.5.2                hf52228f_0    conda-forge
     cycler                    0.12.1             pyhd8ed1ab_0    conda-forge
     cyrus-sasl                2.1.27               h54b06d7_7    conda-forge
     cython                    3.0.8           py310hc6cd4ac_0    conda-forge
     cytoolz                   0.12.2          py310h2372a71_1    conda-forge
     dask                      2024.1.1a240126 py_g22f037f8_13    dask/label/dev
     dask-core                 2024.1.1a240123 py_g82eaba006_42    dask/label/dev
     dask-cuda                 24.04.00a2      py310_240131_g2adc059_2    rapidsai-nightly
     dask-glm                  0.3.0                    pypi_0    pypi
     dask-ml                   2023.3.24          pyhd8ed1ab_1    conda-forge
     dataclasses               0.8                pyhc8e2a94_3    conda-forge
     datasets                  2.14.4             pyhd8ed1ab_0    conda-forge
     dav1d                     1.2.1                hd590300_0    conda-forge
     debugpy                   1.8.0           py310hc6cd4ac_1    conda-forge
     decopatch                 1.4.10             pyhd8ed1ab_0    conda-forge
     decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
     defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
     dill                      0.3.7              pyhd8ed1ab_0    conda-forge
     distlib                   0.3.8              pyhd8ed1ab_0    conda-forge
     distributed               2024.1.1a240126 py_g22f037f8_13    dask/label/dev
     distro                    1.9.0              pyhd8ed1ab_0    conda-forge
     dlpack                    0.5                  h9c3ff4c_0    conda-forge
     docker-py                 7.0.0              pyhd8ed1ab_0    conda-forge
     docutils                  0.19            py310hff52083_1    conda-forge
     doxygen                   1.9.1                hb166930_1    conda-forge
     e3nn                      0.5.1              pyhd8ed1ab_0    conda-forge
     ecdsa                     0.18.0             pyhd8ed1ab_1    conda-forge
     entrypoints               0.4                pyhd8ed1ab_0    conda-forge
     exceptiongroup            1.2.0              pyhd8ed1ab_2    conda-forge
     execnet                   2.0.2              pyhd8ed1ab_0    conda-forge
     executing                 2.0.1              pyhd8ed1ab_0    conda-forge
     expat                     2.5.0                hcb278e6_1    conda-forge
     fastavro                  1.9.3           py310h2372a71_0    conda-forge
     fasteners                 0.17.3             pyhd8ed1ab_0    conda-forge
     fastrlock                 0.8.2           py310hc6cd4ac_2    conda-forge
     filelock                  3.13.1             pyhd8ed1ab_0    conda-forge
     fiona                     1.9.5           py310h0a1e91f_3    conda-forge
     flask                     3.0.1              pyhd8ed1ab_0    conda-forge
     flask_cors                3.0.10             pyhd3deb0d_0    conda-forge
     fmt                       10.2.1               h00ab1b0_0    conda-forge
     folium                    0.15.1             pyhd8ed1ab_0    conda-forge
     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_1    conda-forge
     fontconfig                2.14.2               h14ed4e7_0    conda-forge
     fonts-conda-ecosystem     1                             0    conda-forge
     fonts-conda-forge         1                             0    conda-forge
     fonttools                 4.47.2          py310h2372a71_0    conda-forge
     fqdn                      1.5.1              pyhd8ed1ab_0    conda-forge
     freetype                  2.12.1               h267a509_2    conda-forge
     freexl                    2.0.0                h743c826_0    conda-forge
     fribidi                   1.0.10               h36c2ea0_0    conda-forge
     frozenlist                1.4.1           py310h2372a71_0    conda-forge
     fsspec                    2023.12.2          pyhca7485f_0    conda-forge
     future                    0.18.3             pyhd8ed1ab_0    conda-forge
     gcc                       11.4.0               h7baecda_2    conda-forge
     gcc_impl_linux-64         11.4.0               h7aa1c59_3    conda-forge
     gcc_linux-64              11.4.0               hfd045f2_2    conda-forge
     gcovr                     5.2                pyhd8ed1ab_0    conda-forge
     gdal                      3.8.3           py310haaa150b_0    conda-forge
     gdk-pixbuf                2.42.10              h829c605_4    conda-forge
     geopandas                 0.14.2             pyhd8ed1ab_0    conda-forge
     geopandas-base            0.14.2             pyha770c72_0    conda-forge
     geos                      3.12.1               h59595ed_0    conda-forge
     geotiff                   1.7.1               h6b2125f_15    conda-forge
     gettext                   0.21.1               h27087fc_0    conda-forge
     gflags                    2.2.2             he1b5a44_1004    conda-forge
     giflib                    5.2.1                h0b41bf4_3    conda-forge
     gitdb                     4.0.11             pyhd8ed1ab_0    conda-forge
     gitpython                 3.1.41             pyhd8ed1ab_0    conda-forge
     glog                      0.6.0                h6f12383_0    conda-forge
     gmock                     1.14.0               ha770c72_1    conda-forge
     gmp                       6.3.0                h59595ed_0    conda-forge
     gmpy2                     2.1.2           py310h3ec546c_1    conda-forge
     graphite2                 1.3.13            h58526e2_1001    conda-forge
     graphql-core              3.2.3              pyhd8ed1ab_0    conda-forge
     graphviz                  9.0.0                h78e8752_1    conda-forge
     greenlet                  3.0.3           py310hc6cd4ac_0    conda-forge
     gtest                     1.14.0               h00ab1b0_1    conda-forge
     gtk2                      2.24.33              h7f000aa_3    conda-forge
     gts                       0.7.6                h977cf35_4    conda-forge
     gxx                       11.4.0               h7baecda_2    conda-forge
     gxx_impl_linux-64         11.4.0               h7aa1c59_3    conda-forge
     gxx_linux-64              11.4.0               hfc1ae95_2    conda-forge
     harfbuzz                  8.3.0                h3d44ed6_0    conda-forge
     hdbscan                   0.8.30          py310h278f3c1_0    conda-forge
     hdf4                      4.2.15               h2a13503_7    conda-forge
     hdf5                      1.14.3          nompi_h4f84152_100    conda-forge
     huggingface_hub           0.20.2             pyhd8ed1ab_0    conda-forge
     hypothesis                6.97.4             pyha770c72_0    conda-forge
     icu                       73.2                 h59595ed_0    conda-forge
     identify                  2.5.33             pyhd8ed1ab_0    conda-forge
     idna                      3.6                pyhd8ed1ab_0    conda-forge
     imagecodecs               2024.1.1        py310h496a806_0    conda-forge
     imageio                   2.33.1             pyh8c1a49c_0    conda-forge
     imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
     importlib-metadata        7.0.1              pyha770c72_0    conda-forge
     importlib-resources       6.1.1              pyhd8ed1ab_0    conda-forge
     importlib_metadata        7.0.1                hd8ed1ab_0    conda-forge
     importlib_resources       6.1.1              pyhd8ed1ab_0    conda-forge
     include-what-you-use      0.21                 h59595ed_0    conda-forge
     iniconfig                 2.0.0              pyhd8ed1ab_0    conda-forge
     ipykernel                 6.29.0             pyhd33586a_0    conda-forge
     ipython                   8.20.0             pyh707e725_0    conda-forge
     ipywidgets                8.1.1              pyhd8ed1ab_0    conda-forge
     isoduration               20.11.0            pyhd8ed1ab_0    conda-forge
     itsdangerous              2.1.2              pyhd8ed1ab_0    conda-forge
     jedi                      0.19.1             pyhd8ed1ab_0    conda-forge
     jinja2                    3.1.3              pyhd8ed1ab_0    conda-forge
     jmespath                  1.0.1              pyhd8ed1ab_0    conda-forge
     joblib                    1.3.2              pyhd8ed1ab_0    conda-forge
     jschema-to-python         1.2.3              pyhd8ed1ab_0    conda-forge
     json-c                    0.17                 h7ab15ed_0    conda-forge
     json5                     0.9.14             pyhd8ed1ab_0    conda-forge
     jsondiff                  2.0.0              pyhd8ed1ab_0    conda-forge
     jsonpatch                 1.33               pyhd8ed1ab_0    conda-forge
     jsonpickle                3.0.2              pyhd8ed1ab_1    conda-forge
     jsonpointer               2.4             py310hff52083_3    conda-forge
     jsonschema                4.21.1             pyhd8ed1ab_0    conda-forge
     jsonschema-path           0.3.2              pyhd8ed1ab_0    conda-forge
     jsonschema-specifications 2023.7.1           pyhd8ed1ab_0    conda-forge
     jsonschema-with-format-nongpl 4.21.1             pyhd8ed1ab_0    conda-forge
     junit-xml                 1.9                pyh9f0ad1d_0    conda-forge
     jupyter                   1.0.0             pyhd8ed1ab_10    conda-forge
     jupyter-cache             1.0.0              pyhd8ed1ab_0    conda-forge
     jupyter-lsp               2.2.2              pyhd8ed1ab_0    conda-forge
     jupyter_client            8.6.0              pyhd8ed1ab_0    conda-forge
     jupyter_console           6.6.3              pyhd8ed1ab_0    conda-forge
     jupyter_core              5.7.1           py310hff52083_0    conda-forge
     jupyter_events            0.9.0              pyhd8ed1ab_0    conda-forge
     jupyter_server            2.12.5             pyhd8ed1ab_0    conda-forge
     jupyter_server_terminals  0.5.2              pyhd8ed1ab_0    conda-forge
     jupyterlab                4.0.11             pyhd8ed1ab_0    conda-forge
     jupyterlab_pygments       0.3.0              pyhd8ed1ab_0    conda-forge
     jupyterlab_server         2.25.2             pyhd8ed1ab_0    conda-forge
     jupyterlab_widgets        3.0.9              pyhd8ed1ab_0    conda-forge
     jxrlib                    1.1                  hd590300_3    conda-forge
     kealib                    1.5.3                h2f55d51_0    conda-forge
     kernel-headers_linux-64   3.10.0              h4a8ded7_13    conda-forge
     keyutils                  1.6.1                h166bdaf_0    conda-forge
     kiwisolver                1.4.5           py310hd41b1e2_1    conda-forge
     krb5                      1.21.2               h659d440_0    conda-forge
     lazy-object-proxy         1.10.0          py310h2372a71_0    conda-forge
     lazy_loader               0.3                pyhd8ed1ab_0    conda-forge
     lcms2                     2.16                 hb7c19ff_0    conda-forge
     ld_impl_linux-64          2.40                 h41732ed_0    conda-forge
     lerc                      4.0.0                h27087fc_0    conda-forge
     libabseil                 20230802.1      cxx17_h59595ed_0    conda-forge
     libaec                    1.1.2                h59595ed_1    conda-forge
     libarchive                3.7.2                h2aa1ff5_1    conda-forge
     libarrow                  14.0.1          hfb4d3a9_10_cpu    conda-forge
     libarrow-acero            14.0.1          h59595ed_10_cpu    conda-forge
     libarrow-dataset          14.0.1          h59595ed_10_cpu    conda-forge
     libarrow-flight           14.0.1          h120cb0d_10_cpu    conda-forge
     libarrow-flight-sql       14.0.1          h61ff412_10_cpu    conda-forge
     libarrow-gandiva          14.0.1          hacb8726_10_cpu    conda-forge
     libarrow-substrait        14.0.1          h61ff412_10_cpu    conda-forge
     libavif16                 1.0.3                hef5bec9_1    conda-forge
     libblas                   3.9.0            21_linux64_mkl    conda-forge
     libboost-headers          1.84.0               ha770c72_0    conda-forge
     libbrotlicommon           1.1.0                hd590300_1    conda-forge
     libbrotlidec              1.1.0                hd590300_1    conda-forge
     libbrotlienc              1.1.0                hd590300_1    conda-forge
     libcblas                  3.9.0            21_linux64_mkl    conda-forge
     libclang-cpp16            16.0.6          default_hb11cfb5_4    conda-forge
     libclang-cpp17            17.0.6          default_hb11cfb5_2    conda-forge
     libclang13                17.0.6          default_ha2b6cf4_2    conda-forge
     libcrc32c                 1.1.2                h9c3ff4c_0    conda-forge
     libcublas                 12.0.1.189           hd3aeb46_3    conda-forge
     libcublas-dev             12.0.1.189           hd3aeb46_3    conda-forge
     libcufft                  11.0.0.21            hd3aeb46_2    conda-forge
     libcufft-dev              11.0.0.21            hd3aeb46_2    conda-forge
     libcufile                 1.5.0.59             hd3aeb46_1    conda-forge
     libcufile-dev             1.5.0.59             hd3aeb46_1    conda-forge
     libcurand                 10.3.1.50            hd3aeb46_1    conda-forge
     libcurand-dev             10.3.1.50            hd3aeb46_1    conda-forge
     libcurl                   8.5.0                hca28451_0    conda-forge
     libcusolver               11.4.2.57            hd3aeb46_2    conda-forge
     libcusolver-dev           11.4.2.57            hd3aeb46_2    conda-forge
     libcusparse               12.0.0.76            hd3aeb46_2    conda-forge
     libcusparse-dev           12.0.0.76            hd3aeb46_2    conda-forge
     libdeflate                1.19                 hd590300_0    conda-forge
     libedit                   3.1.20191231         he28a2e2_2    conda-forge
     libev                     4.33                 hd590300_2    conda-forge
     libevent                  2.1.12               hf998b51_1    conda-forge
     libexpat                  2.5.0                hcb278e6_1    conda-forge
     libffi                    3.4.2                h7f98852_5    conda-forge
     libgcc-devel_linux-64     11.4.0             h922705a_103    conda-forge
     libgcc-ng                 13.2.0               h807b86a_3    conda-forge
     libgd                     2.3.3                h119a65a_9    conda-forge
     libgdal                   3.8.3                hcd1fc54_0    conda-forge
     libgfortran-ng            13.2.0               h69a702a_3    conda-forge
     libgfortran5              13.2.0               ha4646dd_3    conda-forge
     libglib                   2.78.3               h783c2da_0    conda-forge
     libgomp                   13.2.0               h807b86a_3    conda-forge
     libgoogle-cloud           2.12.0               h5206363_4    conda-forge
     libgrpc                   1.59.3               hd6c4280_0    conda-forge
     libhwloc                  2.9.3           default_h554bfaf_1009    conda-forge
     libiconv                  1.17                 hd590300_2    conda-forge
     libidn2                   2.3.4                h166bdaf_0    conda-forge
     libjpeg-turbo             3.0.0                hd590300_1    conda-forge
     libkml                    1.3.0             h01aab08_1018    conda-forge
     liblapack                 3.9.0            21_linux64_mkl    conda-forge
     liblapacke                3.9.0            21_linux64_mkl    conda-forge
     libllvm14                 14.0.6               hcd5def8_4    conda-forge
     libllvm15                 15.0.7               hb3ce162_4    conda-forge
     libllvm16                 16.0.6               hb3ce162_3    conda-forge
     libllvm17                 17.0.6               hb3ce162_1    conda-forge
     libnetcdf                 4.9.2           nompi_h9612171_113    conda-forge
     libnghttp2                1.58.0               h47da74e_1    conda-forge
     libnl                     3.9.0                hd590300_0    conda-forge
     libnsl                    2.0.1                hd590300_0    conda-forge
     libntlm                   1.4               h7f98852_1002    conda-forge
     libnuma                   2.0.16               h0b41bf4_1    conda-forge
     libnvjitlink              12.0.76              hd3aeb46_2    conda-forge
     libparquet                14.0.1          h352af49_10_cpu    conda-forge
     libpng                    1.6.39               h753d276_0    conda-forge
     libpq                     16.1                 h33b98f1_7    conda-forge
     libprotobuf               4.24.4               hf27288f_0    conda-forge
     librdkafka                1.9.2                ha5a0de0_2    conda-forge
     libre2-11                 2023.06.02           h7a70373_0    conda-forge
     librsvg                   2.56.3               he3f83f7_1    conda-forge
     librttopo                 1.1.0               h8917695_15    conda-forge
     libsanitizer              11.4.0               h4dcbe23_3    conda-forge
     libsodium                 1.0.18               h36c2ea0_1    conda-forge
     libspatialindex           1.9.3                h9c3ff4c_4    conda-forge
     libspatialite             5.1.0                h7bd4643_4    conda-forge
     libsqlite                 3.44.2               h2797004_0    conda-forge
     libssh2                   1.11.0               h0841786_0    conda-forge
     libstdcxx-devel_linux-64  11.4.0             h922705a_103    conda-forge
     libstdcxx-ng              13.2.0               h7e041cc_3    conda-forge
     libthrift                 0.19.0               hb90f79a_1    conda-forge
     libtiff                   4.6.0                ha9c0a0a_2    conda-forge
     libunistring              0.9.10               h7f98852_0    conda-forge
     libutf8proc               2.8.0                h166bdaf_0    conda-forge
     libuuid                   2.38.1               h0b41bf4_0    conda-forge
     libuv                     1.46.0               hd590300_0    conda-forge
     libwebp                   1.3.2                h658648e_1    conda-forge
     libwebp-base              1.3.2                hd590300_0    conda-forge
     libxcb                    1.15                 h0b41bf4_0    conda-forge
     libxcrypt                 4.4.36               hd590300_1    conda-forge
     libxml2                   2.12.4               h232c23b_1    conda-forge
     libxslt                   1.1.39               h76b75d6_0    conda-forge
     libzip                    1.10.1               h2629f0a_3    conda-forge
     libzlib                   1.2.13               hd590300_5    conda-forge
     libzopfli                 1.0.3                h9c3ff4c_0    conda-forge
     livereload                2.6.3              pyh9f0ad1d_0    conda-forge
     llvm-openmp               17.0.6               h4dfa4b3_0    conda-forge
     llvmlite                  0.41.1          py310h1b8f574_0    conda-forge
     locket                    1.0.0              pyhd8ed1ab_0    conda-forge
     lxml                      5.1.0           py310hcfd0673_0    conda-forge
     lz4                       4.3.3           py310h350c4a5_0    conda-forge
     lz4-c                     1.9.4                hcb278e6_0    conda-forge
     lzo                       2.10              h516909a_1000    conda-forge
     make                      4.3                  hd18ef5c_1    conda-forge
     makefun                   1.15.2             pyhd8ed1ab_0    conda-forge
     mapclassify               2.6.1              pyhd8ed1ab_0    conda-forge
     markdown                  3.5.2              pyhd8ed1ab_0    conda-forge
     markdown-it-py            2.2.0              pyhd8ed1ab_0    conda-forge
     markupsafe                2.1.4           py310h2372a71_0    conda-forge
     matplotlib-base           3.8.2           py310h62c0568_0    conda-forge
     matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
     mdit-py-plugins           0.4.0              pyhd8ed1ab_0    conda-forge
     mdurl                     0.1.2              pyhd8ed1ab_0    conda-forge
     mimesis                   13.0.0             pyhd8ed1ab_0    conda-forge
     minizip                   4.0.4                h0ab5242_0    conda-forge
     mistune                   3.0.2              pyhd8ed1ab_0    conda-forge
     mkl                       2024.0.0         ha957f24_49656    conda-forge
     mkl-devel                 2024.0.0         ha770c72_49656    conda-forge
     mkl-include               2024.0.0         ha957f24_49656    conda-forge
     moto                      5.0.0              pyhd8ed1ab_0    conda-forge
     mpc                       1.3.1                hfe3b2da_0    conda-forge
     mpfr                      4.2.1                h9458935_0    conda-forge
     mpi                       1.0                     openmpi    conda-forge
     mpmath                    1.3.0              pyhd8ed1ab_0    conda-forge
     msgpack-python            1.0.7           py310hd41b1e2_0    conda-forge
     multidict                 6.0.4           py310h2372a71_1    conda-forge
     multipledispatch          0.6.0                      py_0    conda-forge
     multiprocess              0.70.15         py310h2372a71_1    conda-forge
     munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
     myst-nb                   1.0.0              pyhd8ed1ab_0    conda-forge
     myst-parser               1.0.0              pyhd8ed1ab_0    conda-forge
     nanobind                  1.8.0              pyhd8ed1ab_0    conda-forge
     nbclient                  0.8.0              pyhd8ed1ab_0    conda-forge
     nbconvert                 7.14.2             pyhd8ed1ab_0    conda-forge
     nbconvert-core            7.14.2             pyhd8ed1ab_0    conda-forge
     nbconvert-pandoc          7.14.2             pyhd8ed1ab_0    conda-forge
     nbformat                  5.9.2              pyhd8ed1ab_0    conda-forge
     nbsphinx                  0.9.3              pyhd8ed1ab_0    conda-forge
     nccl                      2.19.4.1             h3a97aeb_0    conda-forge
     ncurses                   6.4                  h59595ed_2    conda-forge
     nest-asyncio              1.6.0              pyhd8ed1ab_0    conda-forge
     networkx                  3.2.1              pyhd8ed1ab_0    conda-forge
     ninja                     1.11.1               h924138e_0    conda-forge
     nltk                      3.8.1              pyhd8ed1ab_0    conda-forge
     nodeenv                   1.8.0              pyhd8ed1ab_0    conda-forge
     notebook                  7.0.7              pyhd8ed1ab_0    conda-forge
     notebook-shim             0.2.3              pyhd8ed1ab_0    conda-forge
     nspr                      4.35                 h27087fc_0    conda-forge
     nss                       3.97                 h1d7d5a4_0    conda-forge
     numba                     0.58.1          py310h7dc5dd1_0    conda-forge
     numcodecs                 0.11.0          py310heca2aa9_1    conda-forge
     numpy                     1.26.3          py310hb13e2d6_0    conda-forge
     numpydoc                  1.6.0              pyhd8ed1ab_0    conda-forge
     nvcomp                    3.0.5                h10b603f_0    conda-forge
     nvtx                      0.2.8           py310h2372a71_1    conda-forge
     openapi-schema-validator  0.6.2              pyhd8ed1ab_0    conda-forge
     openapi-spec-validator    0.7.1              pyhd8ed1ab_0    conda-forge
     openjpeg                  2.5.0                h488ebb8_3    conda-forge
     openmpi                   5.0.1              h4970cb7_101    conda-forge
     openssl                   3.2.1                hd590300_0    conda-forge
     opt-einsum                3.3.0                hd8ed1ab_2    conda-forge
     opt_einsum                3.3.0              pyhc1e730c_2    conda-forge
     opt_einsum_fx             0.1.4              pyhd8ed1ab_0    conda-forge
     orc                       1.9.2                h4b38347_0    conda-forge
     overrides                 7.6.0              pyhd8ed1ab_0    conda-forge
     packaging                 23.2               pyhd8ed1ab_0    conda-forge
     pandas                    2.1.4           py310hcc13569_0    conda-forge
     pandoc                    3.1.3                h32600fe_0    conda-forge
     pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
     pango                     1.50.14              ha41ecd1_2    conda-forge
     paramiko                  3.4.0              pyhd8ed1ab_0    conda-forge
     parso                     0.8.3              pyhd8ed1ab_0    conda-forge
     partd                     1.4.1              pyhd8ed1ab_0    conda-forge
     pathable                  0.4.3              pyhd8ed1ab_0    conda-forge
     pathspec                  0.12.1             pyhd8ed1ab_0    conda-forge
     patsy                     0.5.6              pyhd8ed1ab_0    conda-forge
     pbr                       6.0.0              pyhd8ed1ab_0    conda-forge
     pcre2                     10.42                hcad00b1_0    conda-forge
     pexpect                   4.9.0              pyhd8ed1ab_0    conda-forge
     pickleshare               0.7.5                   py_1003    conda-forge
     pillow                    10.2.0          py310h01dd4db_0    conda-forge
     pip                       23.3.2             pyhd8ed1ab_0    conda-forge
     pixman                    0.43.0               h59595ed_0    conda-forge
     pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
     platformdirs              4.1.0              pyhd8ed1ab_0    conda-forge
     pluggy                    1.4.0              pyhd8ed1ab_0    conda-forge
     poppler                   23.12.0              h590f24d_0    conda-forge
     poppler-data              0.4.12               hd8ed1ab_0    conda-forge
     postgresql                16.1                 h7387d8b_7    conda-forge
     pre-commit                3.6.0              pyha770c72_0    conda-forge
     proj                      9.3.1                h1d62c97_0    conda-forge
     prometheus_client         0.19.0             pyhd8ed1ab_0    conda-forge
     prompt-toolkit            3.0.42             pyha770c72_0    conda-forge
     prompt_toolkit            3.0.42               hd8ed1ab_0    conda-forge
     protobuf                  4.24.4          py310h620c231_0    conda-forge
     psutil                    5.9.8           py310h2372a71_0    conda-forge
     pthread-stubs             0.4               h36c2ea0_1001    conda-forge
     ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
     pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
     py                        1.11.0             pyh6c4a22f_0    conda-forge
     py-cpuinfo                9.0.0              pyhd8ed1ab_0    conda-forge
     pyarrow                   14.0.1          py310hf9e7431_10_cpu    conda-forge
     pyasn1                    0.5.1              pyhd8ed1ab_0    conda-forge
     pycparser                 2.21               pyhd8ed1ab_0    conda-forge
     pydantic                  2.5.3              pyhd8ed1ab_0    conda-forge
     pydantic-core             2.14.6          py310hcb5633a_1    conda-forge
     pydata-sphinx-theme       0.15.2             pyhd8ed1ab_0    conda-forge
     pydeck                    0.8.0              pyhd8ed1ab_0    conda-forge
     pygments                  2.17.2             pyhd8ed1ab_0    conda-forge
     pylibraft                 24.4.0                   pypi_0    pypi
     pynacl                    1.5.0           py310h2372a71_3    conda-forge
     pynndescent               0.5.8              pyh1a96a4e_0    conda-forge
     pynvjitlink               0.1.12          py310hbc2f0e0_0    rapidsai
     pynvml                    11.4.1             pyhd8ed1ab_0    conda-forge
     pyparsing                 3.1.1              pyhd8ed1ab_0    conda-forge
     pyproj                    3.6.1           py310hd5c30f3_5    conda-forge
     pyproject-metadata        0.7.1              pyhd8ed1ab_0    conda-forge
     pysocks                   1.7.1              pyha2e5f31_6    conda-forge
     pytest                    7.4.4              pyhd8ed1ab_0    conda-forge
     pytest-benchmark          4.0.0              pyhd8ed1ab_0    conda-forge
     pytest-cases              3.8.2              pyhd8ed1ab_0    conda-forge
     pytest-cov                4.1.0              pyhd8ed1ab_0    conda-forge
     pytest-forked             1.6.0              pyhd8ed1ab_0    conda-forge
     pytest-mpl                0.16.1             pyhd8ed1ab_0    conda-forge
     pytest-xdist              3.5.0              pyhd8ed1ab_0    conda-forge
     python                    3.10.13         hd12c33a_1_cpython    conda-forge
     python-confluent-kafka    1.9.2           py310h5764c6d_2    conda-forge
     python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
     python-fastjsonschema     2.19.1             pyhd8ed1ab_0    conda-forge
     python-jose               3.3.0              pyh6c4a22f_1    conda-forge
     python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
     python-louvain            0.16               pyhd8ed1ab_0    conda-forge
     python-snappy             0.6.1           py310hb624d98_1    conda-forge
     python-tzdata             2023.4             pyhd8ed1ab_0    conda-forge
     python-xxhash             3.4.1           py310h2372a71_0    conda-forge
     python_abi                3.10                    4_cp310    conda-forge
     pytorch                   1.11.0             py3.10_cpu_0    pytorch
     pytorch-mutex             1.0                         cpu    pytorch
     pytz                      2023.3.post1       pyhd8ed1ab_0    conda-forge
     pywavelets                1.4.1           py310h1f7b6fc_1    conda-forge
     pywin32-on-windows        0.1.0              pyh1179c8e_3    conda-forge
     pyyaml                    6.0.1           py310h2372a71_1    conda-forge
     pyzmq                     25.1.2          py310h795f18f_0    conda-forge
     qtconsole-base            5.5.1              pyha770c72_0    conda-forge
     qtpy                      2.4.1              pyhd8ed1ab_0    conda-forge
     raft-dask                 24.4.0                   pypi_0    pypi
     rapids-dask-dependency    24.04.00a0                    0    rapidsai-nightly
     rav1e                     0.6.6                he8a937b_2    conda-forge
     rdma-core                 49.0                 hd3aeb46_2    conda-forge
     re2                       2023.06.02           h2873b5e_0    conda-forge
     readline                  8.2                  h8228510_1    conda-forge
     recommonmark              0.7.1              pyhd8ed1ab_0    conda-forge
     referencing               0.30.2             pyhd8ed1ab_0    conda-forge
     regex                     2023.12.25      py310h2372a71_0    conda-forge
     requests                  2.31.0             pyhd8ed1ab_0    conda-forge
     responses                 0.24.1             pyhd8ed1ab_0    conda-forge
     rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
     rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
     rhash                     1.4.4                hd590300_0    conda-forge
     rich                      13.7.0             pyhd8ed1ab_0    conda-forge
     rmm                       24.4.0                   pypi_0    pypi
     rpds-py                   0.17.1          py310hcb5633a_0    conda-forge
     rsa                       4.9                pyhd8ed1ab_0    conda-forge
     rtree                     1.2.0           py310hbdcdc62_0    conda-forge
     s2n                       1.4.1                h06160fa_0    conda-forge
     s3fs                      2023.12.2          pyhd8ed1ab_0    conda-forge
     s3transfer                0.8.2              pyhd8ed1ab_0    conda-forge
     sacremoses                0.0.53             pyhd8ed1ab_0    conda-forge
     sarif-om                  1.0.4              pyhd8ed1ab_0    conda-forge
     scikit-build              0.17.6             pyh4af843d_0    conda-forge
     scikit-build-core         0.8.0              pyh4af843d_0    conda-forge
     scikit-image              0.22.0          py310hcc13569_2    conda-forge
     scikit-learn              1.2.0           py310h209a8ca_0    conda-forge
     scipy                     1.12.0          py310hb13e2d6_2    conda-forge
     seaborn                   0.13.1               hd8ed1ab_0    conda-forge
     seaborn-base              0.13.1             pyhd8ed1ab_0    conda-forge
     send2trash                1.8.2              pyh41d4057_0    conda-forge
     setuptools                69.0.3             pyhd8ed1ab_0    conda-forge
     shapely                   2.0.2           py310hc3e127f_1    conda-forge
     six                       1.16.0             pyh6c4a22f_0    conda-forge
     smmap                     5.0.0              pyhd8ed1ab_0    conda-forge
     snappy                    1.1.10               h9fff704_0    conda-forge
     sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
     snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
     sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
     soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
     sparse                    0.15.1             pyhd8ed1ab_1    conda-forge
     spdlog                    1.12.0               hd2e6256_2    conda-forge
     sphinx                    5.3.0              pyhd8ed1ab_0    conda-forge
     sphinx-autobuild          2021.3.14          pyhd8ed1ab_0    conda-forge
     sphinx-click              5.1.0              pyhd8ed1ab_0    conda-forge
     sphinx-copybutton         0.5.2              pyhd8ed1ab_0    conda-forge
     sphinx-markdown-tables    0.0.17             pyh6c4a22f_0    conda-forge
     sphinx-remove-toctrees    0.0.3              pyhd8ed1ab_0    conda-forge
     sphinx_rtd_theme          2.0.0              pyha770c72_0    conda-forge
     sphinxcontrib-applehelp   1.0.8              pyhd8ed1ab_0    conda-forge
     sphinxcontrib-devhelp     1.0.6              pyhd8ed1ab_0    conda-forge
     sphinxcontrib-htmlhelp    2.0.5              pyhd8ed1ab_0    conda-forge
     sphinxcontrib-jquery      4.1                pyhd8ed1ab_0    conda-forge
     sphinxcontrib-jsmath      1.0.1              pyhd8ed1ab_0    conda-forge
     sphinxcontrib-qthelp      1.0.7              pyhd8ed1ab_0    conda-forge
     sphinxcontrib-serializinghtml 1.1.10             pyhd8ed1ab_0    conda-forge
     sphinxcontrib-websupport  1.2.7              pyhd8ed1ab_0    conda-forge
     sqlalchemy                2.0.25          py310h2372a71_0    conda-forge
     sqlite                    3.44.2               h2c6b66d_0    conda-forge
     sshpubkeys                3.3.1              pyhd8ed1ab_0    conda-forge
     stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
     statsmodels               0.14.1          py310h1f7b6fc_0    conda-forge
     streamz                   0.6.4              pyh6c4a22f_0    conda-forge
     svt-av1                   1.8.0                h59595ed_0    conda-forge
     sympy                     1.12            pypyh9d50eac_103    conda-forge
     sysroot_linux-64          2.17                h4a8ded7_13    conda-forge
     tabulate                  0.9.0              pyhd8ed1ab_1    conda-forge
     tbb                       2021.11.0            h00ab1b0_0    conda-forge
     tblib                     3.0.0              pyhd8ed1ab_0    conda-forge
     terminado                 0.18.0             pyh0d859eb_0    conda-forge
     threadpoolctl             3.2.0              pyha21a80b_0    conda-forge
     tifffile                  2023.12.9          pyhd8ed1ab_0    conda-forge
     tiledb                    2.19.0               hc1131af_0    conda-forge
     tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
     tk                        8.6.13          noxft_h4845f30_101    conda-forge
     tokenizers                0.13.1          py310h633acb5_2    conda-forge
     toml                      0.10.2             pyhd8ed1ab_0    conda-forge
     tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
     toolz                     0.12.1             pyhd8ed1ab_0    conda-forge
     tornado                   6.3.3           py310h2372a71_1    conda-forge
     tqdm                      4.66.1             pyhd8ed1ab_0    conda-forge
     traitlets                 5.14.1             pyhd8ed1ab_0    conda-forge
     transformers              4.24.0             pyhd8ed1ab_0    conda-forge
     treelite                  4.0.0           py310h4a6579d_0    conda-forge
     types-python-dateutil     2.8.19.20240106    pyhd8ed1ab_0    conda-forge
     types-pyyaml              6.0.12.12          pyhd8ed1ab_0    conda-forge
     typing-extensions         4.9.0                hd8ed1ab_0    conda-forge
     typing_extensions         4.9.0              pyha770c72_0    conda-forge
     typing_utils              0.1.0              pyhd8ed1ab_0    conda-forge
     tzcode                    2023d                h3f72095_0    conda-forge
     tzdata                    2023d                h0c530f3_0    conda-forge
     ucx                       1.15.0               h6d2d1ec_3    conda-forge
     ucx-proc                  1.0.0                       gpu    rapidsai
     ucx-py                    0.37.00a4       py310_240131_g16c645a_4    rapidsai-nightly
     ukkonen                   1.0.1           py310hd41b1e2_4    conda-forge
     umap-learn                0.5.3           py310hff52083_1    conda-forge
     unicodedata2              15.1.0          py310h2372a71_0    conda-forge
     unzip                     6.0                  h7f98852_3    conda-forge
     uri-template              1.3.0              pyhd8ed1ab_0    conda-forge
     uriparser                 0.9.7                hcb278e6_1    conda-forge
     urllib3                   1.26.18            pyhd8ed1ab_0    conda-forge
     virtualenv                20.25.0            pyhd8ed1ab_0    conda-forge
     wcwidth                   0.2.13             pyhd8ed1ab_0    conda-forge
     webcolors                 1.13               pyhd8ed1ab_0    conda-forge
     webencodings              0.5.1              pyhd8ed1ab_2    conda-forge
     websocket-client          1.7.0              pyhd8ed1ab_0    conda-forge
     werkzeug                  3.0.1              pyhd8ed1ab_0    conda-forge
     wget                      1.20.3               ha35d2d1_1    conda-forge
     wheel                     0.42.0             pyhd8ed1ab_0    conda-forge
     widgetsnbextension        4.0.9              pyhd8ed1ab_0    conda-forge
     wrapt                     1.16.0          py310h2372a71_0    conda-forge
     xerces-c                  3.2.5                hac6953d_0    conda-forge
     xmltodict                 0.13.0             pyhd8ed1ab_0    conda-forge
     xorg-kbproto              1.0.7             h7f98852_1002    conda-forge
     xorg-libice               1.1.1                hd590300_0    conda-forge
     xorg-libsm                1.2.4                h7391055_0    conda-forge
     xorg-libx11               1.8.7                h8ee46fc_0    conda-forge
     xorg-libxau               1.0.11               hd590300_0    conda-forge
     xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
     xorg-libxext              1.3.4                h0b41bf4_2    conda-forge
     xorg-libxrender           0.9.11               hd590300_0    conda-forge
     xorg-renderproto          0.11.1            h7f98852_1002    conda-forge
     xorg-xextproto            7.3.0             h0b41bf4_1003    conda-forge
     xorg-xproto               7.0.31            h7f98852_1007    conda-forge
     xxhash                    0.8.2                hd590300_0    conda-forge
     xyzservices               2023.10.1          pyhd8ed1ab_0    conda-forge
     xz                        5.2.6                h166bdaf_0    conda-forge
     yaml                      0.2.5                h7f98852_2    conda-forge
     yarl                      1.9.4           py310h2372a71_0    conda-forge
     zarr                      2.16.1             pyhd8ed1ab_0    conda-forge
     zeromq                    4.3.5                h59595ed_0    conda-forge
     zfp                       1.0.1                h59595ed_0    conda-forge
     zict                      3.0.0              pyhd8ed1ab_0    conda-forge
     zipp                      3.17.0             pyhd8ed1ab_0    conda-forge
     zlib                      1.2.13               hd590300_5    conda-forge
     zlib-ng                   2.0.7                h0b41bf4_0    conda-forge
     zstd                      1.5.5                hfc55251_0    conda-forge

GregoryKimball commented 8 months ago

I believe this issue was due to a stale jitify cache and was resolved by #15052