Data Science Kitchen Sink

Published

Aug 2025

The ‘Data Science Kitchen Sink (DSKS)’ is an environment with many typical packages for analysis and machine learning. It is intended as a starting point that users can start working with the service without needing to make your own. As their work matures and specialised packages are needed, this can be cloned to serve as a basis for the new environment.

Executable Path

/apps/mambaforge/envs/dsks_2025.08/bin/python3 </path/to/script.py>

Activation Path

source /apps/mambaforge/envs/dsks_2025.08/bin/activate

Environment Definition

Code
!cat /apps/conda-envs/dsks_2025.08.yml
name: dsks_2025.08
channels:
  - plotly
  - huggingface
  - fastai
  - rapidsai
  - pytorch
  - nvidia
  - conda-forge

dependencies:
  # Interactivity
  - jupyter
  - jupyterlab
  - dask
  - dask-jobqueue
  - autopep8
  - tqdm
  - matplotlib
  - plotly
  - seaborn
  - wandb
  - tensorboard
  - pytest

  # Data Types
  - jinja2
  - pillow
  - pyyaml
  - geopandas
  - imutils
  - opencv
  - nltk
  
  # Data Science
  - numpy
  - scipy
  - pandas
  - rapids
  - cupy
  
  # Machine Learning
  - cudatoolkit
  - tensorflow
  - pytorch
  - torchvision
  - torchaudio
  - lightning
  - fastai
  - transformers
  - scikit-learn
  - scikit-image
  - py-xgboost-gpu
  - gensim
  - gym

  # Pip packages
  - pip
  - pip:
    - submitit
    - tensorboard_plugin_profile
    - ollama

Full Package List

Code
!conda list
# packages in environment at /apps/mambaforge/envs/dsks_2025.08:
#
# Name                    Version                   Build  Channel
_openmp_mutex             4.5                  3_kmp_llvm    conda-forge
_py-xgboost-mutex         2.0                       gpu_0    conda-forge
_python_abi3_support      1.0                  hd8ed1ab_2    conda-forge
_x86_64-microarch-level   1                      2_x86_64    conda-forge
absl-py                   2.3.1              pyhd8ed1ab_0    conda-forge
aiohappyeyeballs          2.6.1                    pypi_0    pypi
aiohttp                   3.12.15                  pypi_0    pypi
aiosignal                 1.4.0                    pypi_0    pypi
alsa-lib                  1.2.14               hb9d3cd8_0    conda-forge
annotated-types           0.7.0              pyhd8ed1ab_1    conda-forge
anyio                     4.10.0             pyhe01879c_0    conda-forge
aom                       3.9.1                hac33072_0    conda-forge
appdirs                   1.4.4              pyhd8ed1ab_1    conda-forge
argon2-cffi               25.1.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      25.1.0          py310h7c4b9e2_0    conda-forge
arrow                     1.3.0              pyhd8ed1ab_1    conda-forge
asttokens                 3.0.0              pyhd8ed1ab_1    conda-forge
astunparse                1.6.3              pyhd8ed1ab_3    conda-forge
async-lru                 2.0.5              pyh29332c3_0    conda-forge
async-timeout             5.0.1                    pypi_0    pypi
attr                      2.5.1                h166bdaf_1    conda-forge
attrs                     25.3.0             pyh71513ae_0    conda-forge
autopep8                  2.3.2              pyhd8ed1ab_0    conda-forge
aws-c-auth                0.8.6                hd08a7f5_4    conda-forge
aws-c-cal                 0.8.7                h043a21b_0    conda-forge
aws-c-common              0.12.0               hb9d3cd8_0    conda-forge
aws-c-compression         0.3.1                h3870646_2    conda-forge
aws-c-event-stream        0.5.4                h04a3f94_2    conda-forge
aws-c-http                0.9.4                hb9b18c6_4    conda-forge
aws-c-io                  0.17.0               h3dad3f2_6    conda-forge
aws-c-mqtt                0.12.2               h108da3e_2    conda-forge
aws-c-s3                  0.7.13               h822ba82_2    conda-forge
aws-c-sdkutils            0.2.3                h3870646_2    conda-forge
aws-checksums             0.2.3                h3870646_2    conda-forge
aws-crt-cpp               0.31.0               h55f77e1_4    conda-forge
aws-sdk-cpp               1.11.510             h37a5c72_3    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.5             pyha770c72_0    conda-forge
blas                      1.0                         mkl    conda-forge
bleach                    6.2.0              pyh29332c3_4    conda-forge
bleach-with-css           6.2.0                h82add2a_4    conda-forge
blosc                     1.21.6               he440d0b_1    conda-forge
bokeh                     3.7.3              pyhd8ed1ab_0    conda-forge
branca                    0.8.1              pyhd8ed1ab_0    conda-forge
brotli                    1.1.0                hb9d3cd8_3    conda-forge
brotli-bin                1.1.0                hb9d3cd8_3    conda-forge
brotli-python             1.1.0           py310hf71b8c6_3    conda-forge
brunsli                   0.1                  h9c3ff4c_0    conda-forge
bzip2                     1.0.8                h4bc722e_7    conda-forge
c-ares                    1.34.5               hb9d3cd8_0    conda-forge
c-blosc2                  2.19.1               h4cfbee9_0    conda-forge
ca-certificates           2025.8.3             hbd8a1cb_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cachetools                5.5.2                    pypi_0    pypi
cairo                     1.18.4               h3394656_0    conda-forge
catalogue                 2.0.10          py310hff52083_1    conda-forge
certifi                   2025.8.3           pyhd8ed1ab_0    conda-forge
cffi                      1.17.1          py310h8deb56e_0    conda-forge
charls                    2.4.2                h59595ed_0    conda-forge
charset-normalizer        3.4.3              pyhd8ed1ab_0    conda-forge
cheroot                   10.0.1                   pypi_0    pypi
click                     8.2.1              pyh707e725_0    conda-forge
cloudpathlib              0.21.1             pyhd8ed1ab_0    conda-forge
cloudpickle               3.1.1              pyhd8ed1ab_0    conda-forge
colorama                  0.4.6              pyhd8ed1ab_1    conda-forge
comm                      0.2.3              pyhe01879c_0    conda-forge
confection                0.1.5              pyhecae5ae_0    conda-forge
contourpy                 1.3.2           py310h3788b33_0    conda-forge
cpython                   3.10.18         py310hd8ed1ab_0    conda-forge
cuda-cudart               12.4.127                      0    nvidia
cuda-cupti                12.4.127                      0    nvidia
cuda-libraries            12.4.1                        0    nvidia
cuda-nvrtc                12.4.127                      0    nvidia
cuda-nvtx                 12.4.127                      0    nvidia
cuda-opencl               12.4.127                      0    nvidia
cuda-runtime              12.4.1                        0    nvidia
cuda-version              11.7                 h67201e3_3    conda-forge
cudatoolkit               11.7.0              hd8887f6_10    nvidia
cupy                      13.6.0          py310h386154f_0    conda-forge
cupy-core                 13.6.0          py310h5da974a_0    conda-forge
cycler                    0.12.1             pyhd8ed1ab_1    conda-forge
cymem                     2.0.11          py310hf71b8c6_0    conda-forge
cyrus-sasl                2.1.28               hd9c7081_0    conda-forge
cython-blis               1.3.0           py310hf462985_0    conda-forge
cytoolz                   1.0.1           py310ha75aee5_0    conda-forge
dask                      2025.7.0           pyhe01879c_0    conda-forge
dask-core                 2025.7.0           pyhe01879c_1    conda-forge
dask-jobqueue             0.9.0              pyhd8ed1ab_0    conda-forge
dataclasses               0.8                pyhc8e2a94_3    conda-forge
datasets                  4.0.0                      py_0    huggingface
dav1d                     1.2.1                hd590300_0    conda-forge
dbus                      1.16.2               h3c4dab8_0    conda-forge
debugpy                   1.8.16          py310h25320af_0    conda-forge
decorator                 5.2.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
dill                      0.4.0              pyhd8ed1ab_0    conda-forge
distributed               2025.7.0           pyhe01879c_0    conda-forge
docker-pycreds            0.4.0                      py_0    conda-forge
double-conversion         3.3.1                h5888daf_0    conda-forge
etils                     1.13.0                   pypi_0    pypi
eval_type_backport        0.2.2              pyha770c72_0    conda-forge
exceptiongroup            1.3.0              pyhd8ed1ab_0    conda-forge
executing                 2.2.0              pyhd8ed1ab_0    conda-forge
fastai                    2.7.17                     py_0    fastai
fastcore                  1.7.27                     py_0    fastai
fastdownload              0.0.7                      py_0    fastai
fastprogress              1.0.3                      py_0    fastai
fastrlock                 0.8.3           py310h8c668a6_1    conda-forge
ffmpeg                    7.1.1           gpl_hb8f8756_506    conda-forge
filelock                  3.19.1             pyhd8ed1ab_0    conda-forge
flatbuffers               24.12.23             h8f4948b_0    conda-forge
folium                    0.20.0             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_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.59.1          py310h3406613_0    conda-forge
fqdn                      1.5.1              pyhd8ed1ab_1    conda-forge
freeglut                  3.2.2                ha6d2627_3    conda-forge
freetype                  2.13.3               ha770c72_1    conda-forge
freexl                    2.0.0                h9dce30a_2    conda-forge
fribidi                   1.0.10               h36c2ea0_0    conda-forge
frozenlist                1.7.0                    pypi_0    pypi
fsspec                    2025.7.0           pyhd8ed1ab_0    conda-forge
gast                      0.6.0              pyhd8ed1ab_0    conda-forge
gcsfs                     2025.7.0                 pypi_0    pypi
gdk-pixbuf                2.42.12              h2b0a6b4_3    conda-forge
gensim                    4.3.3           py310h27b3328_0    conda-forge
geopandas                 1.1.1              pyhd8ed1ab_0    conda-forge
geopandas-base            1.1.1              pyha770c72_0    conda-forge
geos                      3.13.1               h97f6797_0    conda-forge
gettext                   0.25.1               h3f43e3d_1    conda-forge
gettext-tools             0.25.1               h3f43e3d_1    conda-forge
gflags                    2.2.2             h5888daf_1005    conda-forge
giflib                    5.2.2                hd590300_0    conda-forge
gitdb                     4.0.12             pyhd8ed1ab_0    conda-forge
gitpython                 3.1.45             pyhff2d567_0    conda-forge
glog                      0.7.1                hbabe93e_0    conda-forge
gmp                       6.3.0                hac33072_2    conda-forge
gmpy2                     2.2.1           py310he8512ff_0    conda-forge
google-api-core           2.25.1                   pypi_0    pypi
google-auth               2.40.3                   pypi_0    pypi
google-auth-oauthlib      1.2.2                    pypi_0    pypi
google-cloud-core         2.4.3                    pypi_0    pypi
google-cloud-storage      3.3.0                    pypi_0    pypi
google-crc32c             1.7.1                    pypi_0    pypi
google-pasta              0.2.0              pyhd8ed1ab_2    conda-forge
google-resumable-media    2.7.2                    pypi_0    pypi
googleapis-common-protos  1.70.0                   pypi_0    pypi
graphite2                 1.3.14               hecca717_2    conda-forge
grpcio                    1.67.1          py310h56e06c5_2    conda-forge
gviz-api                  1.10.0                   pypi_0    pypi
gym                       0.26.1          py310hfdc917e_0    conda-forge
gym-notices               0.1.0              pyhe01879c_0    conda-forge
h11                       0.16.0             pyhd8ed1ab_0    conda-forge
h2                        4.2.0              pyhd8ed1ab_0    conda-forge
h5py                      3.13.0          nompi_py310h60e0fe6_100    conda-forge
harfbuzz                  11.4.3               h15599e2_0    conda-forge
hdf5                      1.14.3          nompi_h2d575fe_109    conda-forge
hf-xet                    1.1.8            py39h598437d_0    conda-forge
hpack                     4.1.0              pyhd8ed1ab_0    conda-forge
httpcore                  1.0.9              pyh29332c3_0    conda-forge
httpx                     0.28.1             pyhd8ed1ab_0    conda-forge
huggingface_hub           0.34.4             pyhd8ed1ab_0    conda-forge
hupper                    1.12.1             pyhd8ed1ab_1    conda-forge
hyperframe                6.1.0              pyhd8ed1ab_0    conda-forge
icu                       75.1                 he02047a_0    conda-forge
idna                      3.10               pyhd8ed1ab_1    conda-forge
imagecodecs               2025.3.30       py310h4eb8eaf_2    conda-forge
imageio                   2.37.0             pyhfb79c49_0    conda-forge
imath                     3.1.12               h7955e40_0    conda-forge
importlib-metadata        8.7.0              pyhe01879c_1    conda-forge
importlib-resources       6.5.2                    pypi_0    pypi
imutils                   0.5.4              pyhd8ed1ab_6    conda-forge
iniconfig                 2.0.0              pyhd8ed1ab_1    conda-forge
ipykernel                 6.30.1             pyh82676e8_0    conda-forge
ipython                   8.37.0             pyh8f84b5b_0    conda-forge
ipywidgets                8.1.7              pyhd8ed1ab_0    conda-forge
isoduration               20.11.0            pyhd8ed1ab_1    conda-forge
jaraco-functools          4.3.0                    pypi_0    pypi
jasper                    4.2.8                he3c4edf_0    conda-forge
jedi                      0.19.2             pyhd8ed1ab_1    conda-forge
jinja2                    3.1.6              pyhd8ed1ab_0    conda-forge
joblib                    1.5.1              pyhd8ed1ab_0    conda-forge
json-c                    0.18                 h6688a6e_0    conda-forge
json5                     0.12.1             pyhd8ed1ab_0    conda-forge
jsonpointer               3.0.0           py310hff52083_1    conda-forge
jsonschema                4.25.1             pyhe01879c_0    conda-forge
jsonschema-specifications 2025.4.1           pyh29332c3_0    conda-forge
jsonschema-with-format-nongpl 4.25.1               he01879c_0    conda-forge
jupyter                   1.1.1              pyhd8ed1ab_1    conda-forge
jupyter-lsp               2.2.6              pyhe01879c_0    conda-forge
jupyter_client            8.6.3              pyhd8ed1ab_1    conda-forge
jupyter_console           6.6.3              pyhd8ed1ab_1    conda-forge
jupyter_core              5.8.1              pyh31011fe_0    conda-forge
jupyter_events            0.12.0             pyh29332c3_0    conda-forge
jupyter_server            2.17.0             pyhcf101f3_0    conda-forge
jupyter_server_terminals  0.5.3              pyhd8ed1ab_1    conda-forge
jupyterlab                4.4.6              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.3.0              pyhd8ed1ab_2    conda-forge
jupyterlab_server         2.27.3             pyhd8ed1ab_1    conda-forge
jupyterlab_widgets        3.0.15             pyhd8ed1ab_0    conda-forge
jxrlib                    1.1                  hd590300_3    conda-forge
keras                     3.11.2             pyh753f3f9_0    conda-forge
keyutils                  1.6.3                hb9d3cd8_0    conda-forge
kiwisolver                1.4.9           py310haaf941d_0    conda-forge
krb5                      1.21.3               h659f571_0    conda-forge
lame                      3.100             h166bdaf_1003    conda-forge
langcodes                 3.4.1              pyhd8ed1ab_1    conda-forge
language-data             1.3.0              pyhff2d567_0    conda-forge
lark                      1.2.2              pyhd8ed1ab_1    conda-forge
lazy-loader               0.4                pyhd8ed1ab_2    conda-forge
lcms2                     2.17                 h717163a_0    conda-forge
ld_impl_linux-64          2.44                 h1423503_1    conda-forge
legacy-cgi                2.6.3              pyh41aed27_0    conda-forge
lerc                      4.0.0                h0aef613_1    conda-forge
level-zero                1.24.1               hb700be7_0    conda-forge
libabseil                 20240722.0      cxx17_hbbce691_4    conda-forge
libaec                    1.1.4                h3f801dc_0    conda-forge
libarchive                3.8.1           gpl_h98cc613_100    conda-forge
libarrow                  19.0.1          h1938f28_3_cuda    conda-forge
libarrow-acero            19.0.1          hb826db4_3_cuda    conda-forge
libarrow-dataset          19.0.1          hb826db4_3_cuda    conda-forge
libarrow-substrait        19.0.1          hbf482d9_3_cuda    conda-forge
libasprintf               0.25.1               h3f43e3d_1    conda-forge
libasprintf-devel         0.25.1               h3f43e3d_1    conda-forge
libass                    0.17.3               h52826cd_2    conda-forge
libavif16                 1.3.0                h766b0b6_0    conda-forge
libblas                   3.9.0            16_linux64_mkl    conda-forge
libbrotlicommon           1.1.0                hb9d3cd8_3    conda-forge
libbrotlidec              1.1.0                hb9d3cd8_3    conda-forge
libbrotlienc              1.1.0                hb9d3cd8_3    conda-forge
libcap                    2.75                 h39aace5_0    conda-forge
libcblas                  3.9.0            16_linux64_mkl    conda-forge
libclang-cpp20.1          20.1.8          default_hddf928d_0    conda-forge
libclang13                20.1.8          default_ha444ac7_0    conda-forge
libcrc32c                 1.1.2                h9c3ff4c_0    conda-forge
libcublas                 12.4.5.8                      0    nvidia
libcufft                  11.2.1.3                      0    nvidia
libcufile                 1.9.1.3                       0    nvidia
libcups                   2.3.3                hb8b1518_5    conda-forge
libcurand                 10.3.5.147                    0    nvidia
libcurl                   8.14.1               h332b0f4_0    conda-forge
libcusolver               11.6.1.9                      0    nvidia
libcusparse               12.3.1.170                    0    nvidia
libdeflate                1.24                 h86f0d12_0    conda-forge
libdrm                    2.4.125              hb9d3cd8_0    conda-forge
libedit                   3.1.20250104    pl5321h7949ede_0    conda-forge
libegl                    1.7.0                ha4b6fd6_2    conda-forge
libev                     4.33                 hd590300_2    conda-forge
libevent                  2.1.12               hf998b51_1    conda-forge
libexpat                  2.7.1                hecca717_0    conda-forge
libffi                    3.4.6                h2dba641_1    conda-forge
libflac                   1.4.3                h59595ed_0    conda-forge
libfreetype               2.13.3               ha770c72_1    conda-forge
libfreetype6              2.13.3               h48d6fc4_1    conda-forge
libgcc                    15.1.0               h767d61c_4    conda-forge
libgcc-ng                 15.1.0               h69a702a_4    conda-forge
libgcrypt-lib             1.11.1               hb9d3cd8_0    conda-forge
libgdal-core              3.11.3               ha8f0914_2    conda-forge
libgettextpo              0.25.1               h3f43e3d_1    conda-forge
libgettextpo-devel        0.25.1               h3f43e3d_1    conda-forge
libgfortran               15.1.0               h69a702a_4    conda-forge
libgfortran5              15.1.0               hcea5267_4    conda-forge
libgl                     1.7.0                ha4b6fd6_2    conda-forge
libglib                   2.84.3               hf39c6af_0    conda-forge
libglu                    9.0.3                h5888daf_1    conda-forge
libglvnd                  1.7.0                ha4b6fd6_2    conda-forge
libglx                    1.7.0                ha4b6fd6_2    conda-forge
libgoogle-cloud           2.36.0               h2b5623c_0    conda-forge
libgoogle-cloud-storage   2.36.0               h0121fbd_0    conda-forge
libgpg-error              1.55                 h3f2d84a_0    conda-forge
libgrpc                   1.67.1               h25350d4_2    conda-forge
libhwloc                  2.12.1          default_h3d81e11_1000    conda-forge
libhwy                    1.3.0                h4c17acf_0    conda-forge
libiconv                  1.18                 h3b78370_2    conda-forge
libjpeg-turbo             3.1.0                hb9d3cd8_0    conda-forge
libjxl                    0.11.1               h0a47e8d_3    conda-forge
libkml                    1.3.0             hf539b9f_1021    conda-forge
liblapack                 3.9.0            16_linux64_mkl    conda-forge
liblapacke                3.9.0            16_linux64_mkl    conda-forge
libllvm20                 20.1.8               hecd9e04_0    conda-forge
liblzma                   5.8.1                hb9d3cd8_2    conda-forge
libml_dtypes-headers      0.5.2                h707e725_0    conda-forge
libnghttp2                1.64.0               h161d5f1_0    conda-forge
libnpp                    12.2.5.30                     0    nvidia
libnsl                    2.0.1                hb9d3cd8_1    conda-forge
libntlm                   1.8                  hb9d3cd8_0    conda-forge
libnvfatbin               12.4.127                      0    nvidia
libnvjitlink              12.4.127                      0    nvidia
libnvjpeg                 12.3.1.117                    0    nvidia
libogg                    1.3.5                hd0c01bc_1    conda-forge
libopencv                 4.11.0          qt6_py310hd7acd64_602    conda-forge
libopengl                 1.7.0                ha4b6fd6_2    conda-forge
libopentelemetry-cpp      1.18.0               hfcad708_1    conda-forge
libopentelemetry-cpp-headers 1.18.0               ha770c72_1    conda-forge
libopenvino               2025.0.0             hdc3f47d_2    conda-forge
libopenvino-auto-batch-plugin 2025.0.0             h4d9b6c2_2    conda-forge
libopenvino-auto-plugin   2025.0.0             h4d9b6c2_2    conda-forge
libopenvino-hetero-plugin 2025.0.0             h981d57b_2    conda-forge
libopenvino-intel-cpu-plugin 2025.0.0             hdc3f47d_2    conda-forge
libopenvino-intel-gpu-plugin 2025.0.0             hdc3f47d_2    conda-forge
libopenvino-intel-npu-plugin 2025.0.0             hdc3f47d_2    conda-forge
libopenvino-ir-frontend   2025.0.0             h981d57b_2    conda-forge
libopenvino-onnx-frontend 2025.0.0             h6363af5_2    conda-forge
libopenvino-paddle-frontend 2025.0.0             h6363af5_2    conda-forge
libopenvino-pytorch-frontend 2025.0.0             h5888daf_2    conda-forge
libopenvino-tensorflow-frontend 2025.0.0             h630ec5c_2    conda-forge
libopenvino-tensorflow-lite-frontend 2025.0.0             h5888daf_2    conda-forge
libopus                   1.5.2                hd0c01bc_0    conda-forge
libparquet                19.0.1          h3f30f2e_3_cuda    conda-forge
libpciaccess              0.18                 hb9d3cd8_0    conda-forge
libpng                    1.6.50               h421ea60_1    conda-forge
libpq                     17.6                 h3675c94_0    conda-forge
libprotobuf               5.28.3               h6128344_1    conda-forge
libre2-11                 2024.07.02           hbbce691_2    conda-forge
librsvg                   2.58.4               he92a37e_3    conda-forge
librttopo                 1.1.0               hd718a1a_18    conda-forge
libsndfile                1.2.2                hc60ed4a_1    conda-forge
libsodium                 1.0.20               h4ab18f5_0    conda-forge
libspatialite             5.1.0               he17ca71_14    conda-forge
libsqlite                 3.50.4               h0c1763c_0    conda-forge
libssh2                   1.11.1               hcf80075_0    conda-forge
libstdcxx                 15.1.0               h8f9b012_4    conda-forge
libstdcxx-ng              15.1.0               h4852527_4    conda-forge
libsystemd0               257.7                h4e0b6ca_0    conda-forge
libtensorflow_cc          2.18.0           cpu_h739b781_1    conda-forge
libtensorflow_framework   2.18.0           cpu_h417b707_1    conda-forge
libthrift                 0.21.0               h0e7cc3e_0    conda-forge
libtiff                   4.7.0                h8261f1e_6    conda-forge
libudev1                  257.7                hbe16f8c_0    conda-forge
libunwind                 1.8.2                h1441ba7_0    conda-forge
liburing                  2.11                 h84d6215_0    conda-forge
libusb                    1.0.29               h73b1eb8_0    conda-forge
libutf8proc               2.10.0               h202a827_0    conda-forge
libuuid                   2.38.1               h0b41bf4_0    conda-forge
libva                     2.22.0               h4f16b4b_2    conda-forge
libvorbis                 1.3.7                h54a6638_2    conda-forge
libvpx                    1.14.1               hac33072_0    conda-forge
libwebp-base              1.6.0                hd42ef1d_0    conda-forge
libxcb                    1.17.0               h8a09558_0    conda-forge
libxcrypt                 4.4.36               hd590300_1    conda-forge
libxgboost                2.1.4           cuda118_h09a87be_2    conda-forge
libxkbcommon              1.11.0               he8b52b9_0    conda-forge
libxml2                   2.13.8               h04c0eec_1    conda-forge
libxslt                   1.1.43               h7a3aeb2_0    conda-forge
libzlib                   1.3.1                hb9d3cd8_2    conda-forge
libzopfli                 1.0.3                h9c3ff4c_0    conda-forge
lightning                 2.5.3              pyhd8ed1ab_0    conda-forge
lightning-utilities       0.15.2             pyhd8ed1ab_0    conda-forge
llvm-openmp               15.0.7               h0cdce71_0    conda-forge
locket                    1.0.0              pyhd8ed1ab_0    conda-forge
lz4                       4.4.4           py310h80b8a69_0    conda-forge
lz4-c                     1.10.0               h5888daf_1    conda-forge
lzo                       2.10              h280c20c_1002    conda-forge
mapclassify               2.8.1              pyhd8ed1ab_1    conda-forge
marisa-trie               1.2.1           py310hf71b8c6_0    conda-forge
markdown                  3.8.2              pyhd8ed1ab_0    conda-forge
markdown-it-py            4.0.0              pyhd8ed1ab_0    conda-forge
markupsafe                3.0.2           py310h89163eb_1    conda-forge
matplotlib                3.10.5          py310hff52083_0    conda-forge
matplotlib-base           3.10.5          py310hfde16b3_0    conda-forge
matplotlib-inline         0.1.7              pyhd8ed1ab_1    conda-forge
mdurl                     0.1.2              pyhd8ed1ab_1    conda-forge
minizip                   4.0.10               h05a5f5f_0    conda-forge
mistune                   3.1.3              pyh29332c3_0    conda-forge
mkl                       2022.2.1         h84fe81f_16997    conda-forge
ml_dtypes                 0.4.0           py310h5eaa309_2    conda-forge
more-itertools            10.7.0                   pypi_0    pypi
mpc                       1.3.1                h24ddda3_1    conda-forge
mpfr                      4.2.1                h90cbb55_3    conda-forge
mpg123                    1.32.9               hc50e24c_0    conda-forge
mpmath                    1.3.0              pyhd8ed1ab_1    conda-forge
msgpack-python            1.1.1           py310h3788b33_0    conda-forge
multidict                 6.6.4                    pypi_0    pypi
multiprocess              0.70.17         py310ha75aee5_1    conda-forge
munkres                   1.1.4              pyhd8ed1ab_1    conda-forge
muparser                  2.3.5                h5888daf_0    conda-forge
murmurhash                1.0.10          py310hf71b8c6_2    conda-forge
mysql-common              9.3.0                h266115a_0    conda-forge
mysql-libs                9.3.0                he0572af_0    conda-forge
namex                     0.1.0              pyhd8ed1ab_0    conda-forge
narwhals                  2.2.0              pyhcf101f3_0    conda-forge
nbclient                  0.10.2             pyhd8ed1ab_0    conda-forge
nbconvert-core            7.16.6             pyh29332c3_0    conda-forge
nbformat                  5.10.4             pyhd8ed1ab_1    conda-forge
nccl                      2.27.3.1             h03a54cd_0    conda-forge
ncurses                   6.5                  h2d0b736_3    conda-forge
nest-asyncio              1.6.0              pyhd8ed1ab_1    conda-forge
networkx                  3.4.2              pyh267e887_2    conda-forge
nlohmann_json             3.12.0               h3f2d84a_0    conda-forge
nltk                      3.9.1              pyhd8ed1ab_1    conda-forge
notebook                  7.4.5              pyhd8ed1ab_0    conda-forge
notebook-shim             0.2.4              pyhd8ed1ab_1    conda-forge
numpy                     1.26.4          py310hb13e2d6_0    conda-forge
oauthlib                  3.3.1                    pypi_0    pypi
ocl-icd                   2.3.3                hb9d3cd8_0    conda-forge
ollama                    0.5.3                    pypi_0    pypi
opencl-headers            2025.06.13           h5888daf_0    conda-forge
opencv                    4.11.0          qt6_py310hcfe8da8_602    conda-forge
openexr                   3.3.5                h09fa569_0    conda-forge
openh264                  2.6.0                hc22cd8d_0    conda-forge
openjpeg                  2.5.3                h55fea9a_1    conda-forge
openldap                  2.6.10               he970967_0    conda-forge
openssl                   3.5.2                h26f9b46_0    conda-forge
opt_einsum                3.4.0              pyhd8ed1ab_1    conda-forge
optree                    0.17.0          py310h03d9f68_0    conda-forge
orc                       2.1.1                h2271f48_0    conda-forge
overrides                 7.7.0              pyhd8ed1ab_1    conda-forge
packaging                 25.0               pyh29332c3_1    conda-forge
pandas                    2.3.2           py310h0158d43_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
pango                     1.56.4               hadf4263_0    conda-forge
parso                     0.8.5              pyhcf101f3_0    conda-forge
partd                     1.4.2              pyhd8ed1ab_0    conda-forge
pastedeploy               3.1.0              pyhd8ed1ab_1    conda-forge
patsy                     1.0.1              pyhd8ed1ab_1    conda-forge
pcre2                     10.45                hc749103_0    conda-forge
pexpect                   4.9.0              pyhd8ed1ab_1    conda-forge
pickleshare               0.7.5           pyhd8ed1ab_1004    conda-forge
pillow                    11.3.0          py310h7e6dc6c_0    conda-forge
pip                       25.2               pyh8b19718_0    conda-forge
pixman                    0.46.4               h54a6638_1    conda-forge
plaster                   1.0                pyhd8ed1ab_1    conda-forge
plaster_pastedeploy       0.7                pyhd8ed1ab_1    conda-forge
platformdirs              4.3.8              pyhe01879c_0    conda-forge
plotly                    6.0.0                      py_0    plotly
pluggy                    1.6.0              pyhd8ed1ab_0    conda-forge
preshed                   3.0.9           py310hf71b8c6_2    conda-forge
proj                      9.6.2                h18fbb6c_2    conda-forge
prometheus-cpp            1.3.0                ha5d0236_0    conda-forge
prometheus_client         0.22.1             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.51             pyha770c72_0    conda-forge
prompt_toolkit            3.0.51               hd8ed1ab_0    conda-forge
propcache                 0.3.2                    pypi_0    pypi
proto-plus                1.26.1                   pypi_0    pypi
protobuf                  5.28.3          py310hf71b8c6_0    conda-forge
psutil                    7.0.0           py310h7c4b9e2_1    conda-forge
pthread-stubs             0.4               hb9d3cd8_1002    conda-forge
ptyprocess                0.7.0              pyhd8ed1ab_1    conda-forge
pugixml                   1.15                 h3f63f65_0    conda-forge
pulseaudio-client         17.0                 hac146a9_1    conda-forge
pure_eval                 0.2.3              pyhd8ed1ab_1    conda-forge
py-opencv                 4.11.0          qt6_py310h5472680_602    conda-forge
py-xgboost                2.1.4           cuda118_pyh1b5bf1a_2    conda-forge
py-xgboost-gpu            2.1.4              pyh7984362_2    conda-forge
pyarrow                   19.0.1          py310hff52083_0    conda-forge
pyarrow-core              19.0.1          py310h23ac199_0_cuda    conda-forge
pyasn1                    0.6.1                    pypi_0    pypi
pyasn1-modules            0.4.2                    pypi_0    pypi
pycodestyle               2.14.0             pyhd8ed1ab_0    conda-forge
pycparser                 2.22               pyh29332c3_1    conda-forge
pydantic                  2.11.7             pyh3cfb1c2_0    conda-forge
pydantic-core             2.33.2          py310hbcd0ec0_0    conda-forge
pygments                  2.19.2             pyhd8ed1ab_0    conda-forge
pyogrio                   0.11.1          py310h460ceab_0    conda-forge
pyparsing                 3.2.3              pyhe01879c_2    conda-forge
pyproj                    3.7.1           py310h71d0299_1    conda-forge
pyramid                   2.0.2              pyhd8ed1ab_1    conda-forge
pyside6                   6.8.3           py310hfd10a26_0    conda-forge
pysocks                   1.7.1              pyha55dd90_7    conda-forge
pytest                    8.4.1              pyhd8ed1ab_0    conda-forge
python                    3.10.18         hd6af730_0_cpython    conda-forge
python-dateutil           2.9.0.post0        pyhe01879c_2    conda-forge
python-fastjsonschema     2.21.2             pyhe01879c_0    conda-forge
python-flatbuffers        25.2.10            pyhbc23db3_0    conda-forge
python-gil                3.10.18              hd8ed1ab_0    conda-forge
python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
python-tzdata             2025.2             pyhd8ed1ab_0    conda-forge
python-xxhash             3.5.0           py310hf3bd8b6_3    conda-forge
python_abi                3.10                    8_cp310    conda-forge
pytorch                   2.4.0           py3.10_cuda12.4_cudnn9.1.0_0    pytorch
pytorch-cuda              12.4                 hc786d27_7    pytorch
pytorch-lightning         2.5.3              pyh2a12c56_0    conda-forge
pytorch-mutex             1.0                        cuda    pytorch
pytz                      2025.2             pyhd8ed1ab_0    conda-forge
pywavelets                1.8.0           py310hf462985_0    conda-forge
pyyaml                    6.0.2           py310h89163eb_2    conda-forge
pyzmq                     27.0.2          py310h4f33d48_2    conda-forge
qhull                     2020.2               h434a139_5    conda-forge
qt6-main                  6.8.3                h75f3359_4    conda-forge
rapids                    0.0.1              pyh9f0ad1d_0    conda-forge
rav1e                     0.7.1                h8fae777_3    conda-forge
re2                       2024.07.02           h9925aae_2    conda-forge
readline                  8.2                  h8c095d6_2    conda-forge
referencing               0.36.2             pyh29332c3_0    conda-forge
regex                     2025.7.34       py310h7c4b9e2_0    conda-forge
requests                  2.32.5             pyhd8ed1ab_0    conda-forge
requests-oauthlib         2.0.0                    pypi_0    pypi
rfc3339-validator         0.1.4              pyhd8ed1ab_1    conda-forge
rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
rfc3987-syntax            1.1.0              pyhe01879c_1    conda-forge
rich                      14.1.0             pyhe01879c_0    conda-forge
rpds-py                   0.27.0          py310hd8f68c5_0    conda-forge
rsa                       4.9.1                    pypi_0    pypi
s2n                       1.5.14               h6c98b2b_0    conda-forge
safetensors               0.6.2           py310hdfeec95_0    conda-forge
scikit-image              0.25.2          py310h5eaa309_1    conda-forge
scikit-learn              1.7.1           py310h228f341_0    conda-forge
scipy                     1.15.2          py310h1d65ade_0    conda-forge
sdl2                      2.32.54              h3f2d84a_0    conda-forge
sdl3                      3.2.20               h68140b3_0    conda-forge
seaborn                   0.13.2               hd8ed1ab_3    conda-forge
seaborn-base              0.13.2             pyhd8ed1ab_3    conda-forge
send2trash                1.8.3              pyh0d859eb_1    conda-forge
sentry-sdk                2.35.0             pyhd8ed1ab_0    conda-forge
setproctitle              1.3.6           py310ha75aee5_0    conda-forge
setuptools                80.9.0             pyhff2d567_0    conda-forge
shapely                   2.1.1           py310h247727d_0    conda-forge
shellingham               1.5.4              pyhd8ed1ab_1    conda-forge
six                       1.17.0             pyhe01879c_1    conda-forge
smart-open                7.3.0.post1          h87fe6b5_0    conda-forge
smart_open                7.3.0.post1        pyhe01879c_0    conda-forge
smmap                     5.0.2              pyhd8ed1ab_0    conda-forge
snappy                    1.2.2                h03e3b7b_0    conda-forge
sniffio                   1.3.1              pyhd8ed1ab_1    conda-forge
sortedcontainers          2.4.0              pyhd8ed1ab_1    conda-forge
soupsieve                 2.7                pyhd8ed1ab_0    conda-forge
spacy                     3.8.7           py310hdb68732_0    conda-forge
spacy-legacy              3.0.12             pyhd8ed1ab_0    conda-forge
spacy-loggers             1.0.5              pyhd8ed1ab_0    conda-forge
sqlite                    3.50.4               hbc0de68_0    conda-forge
srsly                     2.5.1           py310hf71b8c6_1    conda-forge
stack_data                0.6.3              pyhd8ed1ab_1    conda-forge
statsmodels               0.14.5          py310haaf2d95_0    conda-forge
submitit                  1.5.3                    pypi_0    pypi
svt-av1                   3.0.2                h5888daf_0    conda-forge
sympy                     1.14.0           pyh2585a3b_105    conda-forge
tbb                       2021.13.0            hb60516a_3    conda-forge
tblib                     3.1.0              pyhd8ed1ab_0    conda-forge
tensorboard               2.18.0             pyhd8ed1ab_1    conda-forge
tensorboard-data-server   0.7.0           py310h6c63255_2    conda-forge
tensorboard-plugin-profile 2.20.6                   pypi_0    pypi
tensorflow                2.18.0          cpu_py310h42475c5_1    conda-forge
tensorflow-base           2.18.0          cpu_py310hf9d0ee5_1    conda-forge
tensorflow-estimator      2.18.0          cpu_py310he2f2c63_1    conda-forge
termcolor                 3.1.0              pyhd8ed1ab_0    conda-forge
terminado                 0.18.1             pyh0d859eb_0    conda-forge
thinc                     8.3.6           py310hdb68732_0    conda-forge
threadpoolctl             3.6.0              pyhecae5ae_0    conda-forge
tifffile                  2025.5.10          pyhd8ed1ab_0    conda-forge
tinycss2                  1.4.0              pyhd8ed1ab_0    conda-forge
tk                        8.6.13          noxft_hd72426e_102    conda-forge
tokenizers                0.21.4          py310h04b4747_0    conda-forge
tomli                     2.2.1              pyhe01879c_2    conda-forge
toolz                     1.0.0              pyhd8ed1ab_1    conda-forge
torchaudio                2.4.0               py310_cu124    pytorch
torchmetrics              1.8.1              pyhd8ed1ab_0    conda-forge
torchtriton               3.0.0                     py310    pytorch
torchvision               0.19.0              py310_cu124    pytorch
tornado                   6.5.2           py310h7c4b9e2_0    conda-forge
tqdm                      4.67.1             pyhd8ed1ab_1    conda-forge
traitlets                 5.14.3             pyhd8ed1ab_1    conda-forge
transformers              4.55.4             pyhd8ed1ab_0    conda-forge
translationstring         1.4                pyhd8ed1ab_1    conda-forge
typer                     0.16.1             pyhc167863_0    conda-forge
typer-slim                0.16.1             pyhe01879c_0    conda-forge
typer-slim-standard       0.16.1               h810d63d_0    conda-forge
types-python-dateutil     2.9.0.20250822     pyhd8ed1ab_0    conda-forge
typing                    3.10.0.0           pyhd8ed1ab_2    conda-forge
typing-extensions         4.14.1               h4440ef1_0    conda-forge
typing-inspection         0.4.1              pyhd8ed1ab_0    conda-forge
typing_extensions         4.14.1             pyhe01879c_0    conda-forge
typing_utils              0.1.0              pyhd8ed1ab_1    conda-forge
tzdata                    2025b                h78e105d_0    conda-forge
ujson                     5.11.0          py310h25320af_0    conda-forge
unicodedata2              16.0.0          py310ha75aee5_0    conda-forge
uri-template              1.3.0              pyhd8ed1ab_1    conda-forge
uriparser                 0.9.8                hac33072_0    conda-forge
urllib3                   2.5.0              pyhd8ed1ab_0    conda-forge
venusian                  3.1.1              pyhd8ed1ab_1    conda-forge
wandb                     0.21.1          py310hdfeec95_0    conda-forge
wasabi                    1.1.3              pyhd8ed1ab_1    conda-forge
wayland                   1.24.0               h3e06ad9_0    conda-forge
wayland-protocols         1.45                 hd8ed1ab_0    conda-forge
wcwidth                   0.2.13             pyhd8ed1ab_1    conda-forge
weasel                    0.4.1              pyhd8ed1ab_2    conda-forge
webcolors                 24.11.1            pyhd8ed1ab_0    conda-forge
webencodings              0.5.1              pyhd8ed1ab_3    conda-forge
webob                     1.8.9              pyhd8ed1ab_1    conda-forge
websocket-client          1.8.0              pyhd8ed1ab_1    conda-forge
werkzeug                  3.1.3              pyhd8ed1ab_1    conda-forge
wheel                     0.45.1             pyhd8ed1ab_1    conda-forge
widgetsnbextension        4.0.14             pyhd8ed1ab_0    conda-forge
wrapt                     1.17.3          py310h7c4b9e2_0    conda-forge
x264                      1!164.3095           h166bdaf_2    conda-forge
x265                      3.5                  h924138e_3    conda-forge
xcb-util                  0.4.1                h4f16b4b_2    conda-forge
xcb-util-cursor           0.1.5                hb9d3cd8_0    conda-forge
xcb-util-image            0.4.0                hb711507_2    conda-forge
xcb-util-keysyms          0.4.1                hb711507_0    conda-forge
xcb-util-renderutil       0.3.10               hb711507_0    conda-forge
xcb-util-wm               0.4.2                hb711507_0    conda-forge
xerces-c                  3.2.5                h988505b_2    conda-forge
xkeyboard-config          2.45                 hb9d3cd8_0    conda-forge
xorg-libice               1.1.2                hb9d3cd8_0    conda-forge
xorg-libsm                1.2.6                he73a12e_0    conda-forge
xorg-libx11               1.8.12               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-libxrandr            1.5.4                hb9d3cd8_0    conda-forge
xorg-libxrender           0.9.12               hb9d3cd8_0    conda-forge
xorg-libxscrnsaver        1.2.4                hb9d3cd8_0    conda-forge
xorg-libxtst              1.2.5                hb9d3cd8_3    conda-forge
xorg-libxxf86vm           1.1.6                hb9d3cd8_0    conda-forge
xprof                     2.20.6                   pypi_0    pypi
xxhash                    0.8.3                hb47aa4a_0    conda-forge
xyzservices               2025.4.0           pyhd8ed1ab_0    conda-forge
yaml                      0.2.5                h280c20c_3    conda-forge
yarl                      1.20.1                   pypi_0    pypi
zeromq                    4.3.5                h3b0a872_7    conda-forge
zfp                       1.0.1                h5888daf_2    conda-forge
zict                      3.0.0              pyhd8ed1ab_1    conda-forge
zipp                      3.23.0             pyhd8ed1ab_0    conda-forge
zlib                      1.3.1                hb9d3cd8_2    conda-forge
zlib-ng                   2.2.5                hde8ca8f_0    conda-forge
zope.deprecation          4.4.0                      py_0    conda-forge
zope.interface            7.2             py310ha75aee5_0    conda-forge
zstandard                 0.23.0          py310h7c4b9e2_3    conda-forge
zstd                      1.5.7                hb8e6e7a_2    conda-forge