Skip to content

igwn

This page describes the igwn environment.

igwn is an alias for igwn-py311

The igwn environment is an alias for igwn-py311.

This alias is provided as a convenience for users not wishing to manually track migrations to new versions of Python. The source of the alias is subject to change as the IGWN Conda Distribution evolves.

Downloads

Platform Environment YAML [docs] Pins [docs]
linux-64 linux-64/igwn.yaml linux-64/igwn.txt
linux-aarch64 linux-aarch64/igwn.yaml linux-aarch64/igwn.txt
linux-ppc64le linux-ppc64le/igwn.yaml linux-ppc64le/igwn.txt
osx-64 osx-64/igwn.yaml osx-64/igwn.txt
osx-arm64 osx-arm64/igwn.yaml osx-arm64/igwn.txt
win-64 win-64/igwn.yaml win-64/igwn.txt

Create (exact)

To create an exact copy of the igwn environment on your system, including all transitive dependencies, use conda env create:

Create an exact copy of igwn using conda env create
SUBDIR=${CONDA_SUBDIR:-$(conda config --show subdir | awk '{print $2}')}
conda env create --file https://computing.docs.ligo.org/conda/environments/$SUBDIR/igwn.yaml # (1)!
  1. The complicated-looking SUBDIR=<...> variable assignment before the conda env call just determines the platform you are using, e.g. linux-64.

Then activate it

Activate the igwn environment.
conda activate igwn

igwn was created using CONDA_OVERRIDE_ARCHSPEC

The igwn environment on linux-64 was created by overriding the default value of the archspec virtual package. This is done to maximise the compatibility of the environment with potential user hardware.

When creating an exact copy of igwn using conda env create, you may have to reproduce this override. This can be done by exporting the CONDA_OVERRIDE_ARCHSSPEC environment variable with the value "haswell":

Override archspec conda virtual package in Bourne shell or similar
export CONDA_OVERRIDE_ARCHSPEC="haswell"
Override archspec conda virtual package in C shell or similar
setenv CONDA_OVERRIDE_ARCHSPEC "haswell"
Override archspec conda virtual package in Fish shell
set -x CONDA_OVERRIDE_ARCHSPEC="haswell"

Create (simple)

To create a version of this environment on your system specifying only the packages constrained by the IGWN Conda Distribution definition, use conda create:

Create a simple version of igwn using conda create.
SUBDIR=${CONDA_SUBDIR:-$(conda config --show subdir | awk '{print $2}')}
conda create --name igwn --file https://computing.docs.ligo.org/conda/environments/$SUBDIR/igwn.txt # (1)!
  1. The complicated-looking SUBDIR=<...> variable assignment before the conda env call just determines the platform you are using, e.g. linux-64.

Then activate it

Activate the igwn environment.
conda activate igwn

This environment may not reproduce behaviour exactly

Environments created using this method will, in general, have different packages than the canonical copies of the full IGWN Conda Distribution environments built into CVMFS and thus may not reproduce any behaviours exactly.

To clone an exact copy of the IGWN Conda Distribution igwn environment, see Create (exact) above.

Pin an environment to this package list

To pin a new/existing environment to constrain installed packages to match those found in the `igwn environment, without actually installing any of these packages, use the following steps:

  1. Create the environment (if needed):

    conda create -n <myenv> <packages>
    
  2. Activate the environment

    conda activate <myenv>
    
  3. Download the simple package file and install it as the pinned file for the environment:

    Pin the active environment to the igwn package list.
    SUBDIR=${CONDA_SUBDIR:-$(conda config --show subdir | awk '{print $2}')}
    curl -fsLS https://computing.docs.ligo.org/conda/environments/$SUBDIR/igwn.txt -o ${CONDA_PREFIX}/conda-meta/pinned # (1)!
    
    1. The complicated-looking SUBDIR=<...> variable assignment before the conda env call just determines the platform you are using, e.g. linux-64.
    Pin the active environment to the igwn package list.
    Invoke-WebRequest -Uri https://computing.docs.ligo.org/conda/environments/win-64/igwn.txt -OutFile ${Env:CONDA_PREFIX}\\conda-meta\\pinned
    

Packages

Package list for linux-64

The following package table describes the environment contents on linux-64, see Downloads above for links to YAML and TXT package lists for all supported platforms.

Name Version Build Channel
_openmp_mutex 4.5 7_kmp_llvm conda-forge
_py-xgboost-mutex 2.0 cpu_0 conda-forge
_python_abi3_support 1.0 hd8ed1ab_2 conda-forge
_x86_64-microarch-level 3 3_haswell conda-forge
adc-streaming 2.6.0 pyhd8ed1ab_0 conda-forge
ads 0.12.7 pyhd8ed1ab_0 conda-forge
adwaita-icon-theme 49.0 unix_0 conda-forge
aiobotocore 2.25.2 pyhcf101f3_0 conda-forge
aiohappyeyeballs 2.6.1 pyhd8ed1ab_0 conda-forge
aiohttp 3.13.2 py311h0281608_0 conda-forge
aioitertools 0.12.0 pyhd8ed1ab_1 conda-forge
aiosignal 1.4.0 pyhd8ed1ab_0 conda-forge
alembic 1.17.2 pyhd8ed1ab_0 conda-forge
alsa-lib 1.2.14 hb9d3cd8_0 conda-forge
annotated-types 0.7.0 pyhd8ed1ab_1 conda-forge
anyio 4.12.0 pyhcf101f3_0 conda-forge
anywidget 0.9.21 pyhd8ed1ab_0 conda-forge
aom 3.9.1 hac33072_0 conda-forge
appdirs 1.4.4 pyhd8ed1ab_1 conda-forge
arby 1.0.2 pyhd8ed1ab_1 conda-forge
argcomplete 3.6.3 pyhd8ed1ab_0 conda-forge
argon2-cffi 25.1.0 pyhd8ed1ab_0 conda-forge
argon2-cffi-bindings 25.1.0 py311h49ec1c0_2 conda-forge
arrow 1.4.0 pyhcf101f3_0 conda-forge
arviz 0.21.0 pyhd8ed1ab_0 conda-forge
asimov 0.5.8 pyhd8ed1ab_0 conda-forge
asimov-gwdata 0.4.1 pyhd8ed1ab_0 conda-forge
asn1crypto 1.5.1 pyhd8ed1ab_1 conda-forge
astroid 4.0.2 py311h38be061_0 conda-forge
astroplan 0.10.1 pyhd8ed1ab_2 conda-forge
astropy 7.0.2 pyhd8ed1ab_0 conda-forge
astropy-base 7.0.2 py311h787c02d_0 conda-forge
astropy-healpix 1.1.2 py311h0372a8f_1 conda-forge
astropy-iers-data 0.2025.12.1.0.45.12 pyhd8ed1ab_0 conda-forge
astroquery 0.4.11 pyhd8ed1ab_0 conda-forge
asttokens 3.0.1 pyhd8ed1ab_0 conda-forge
async-lru 2.0.5 pyh29332c3_0 conda-forge
at-spi2-atk 2.38.0 h0630a04_3 conda-forge
at-spi2-core 2.40.3 h0630a04_0 conda-forge
atk-1.0 2.38.0 h04ea711_2 conda-forge
attr 2.5.2 h39aace5_0 conda-forge
attrs 25.4.0 pyh71513ae_0 conda-forge
authlib 1.6.5 pyhd8ed1ab_0 conda-forge
autoconf 2.72 pl5321hbb4ee43_1 conda-forge
automake 1.17 pl5321ha770c72_0 conda-forge
awkward 1.10.3 py311hcafe171_0 conda-forge
aws-c-auth 0.7.31 he1a10d6_2 conda-forge
aws-c-cal 0.7.4 hae4d56a_2 conda-forge
aws-c-common 0.9.29 hb9d3cd8_0 conda-forge
aws-c-compression 0.2.19 h2bff981_2 conda-forge
aws-c-event-stream 0.4.3 h19b0707_4 conda-forge
aws-c-http 0.8.10 h14a7884_2 conda-forge
aws-c-io 0.14.19 hc9e6898_1 conda-forge
aws-c-mqtt 0.10.7 hb8d5873_2 conda-forge
aws-c-s3 0.6.7 h666547d_0 conda-forge
aws-c-sdkutils 0.1.19 h2bff981_4 conda-forge
aws-checksums 0.1.20 h2bff981_1 conda-forge
aws-crt-cpp 0.28.3 hbe26082_8 conda-forge
aws-sdk-cpp 1.11.407 h25d6d5c_1 conda-forge
azure-core-cpp 1.13.0 h935415a_0 conda-forge
azure-identity-cpp 1.8.0 hd126650_2 conda-forge
azure-storage-blobs-cpp 12.12.0 hd2e3451_0 conda-forge
azure-storage-common-cpp 12.7.0 h10ac4d7_1 conda-forge
azure-storage-files-datalake-cpp 12.11.0 h325d260_1 conda-forge
babel 2.17.0 pyhd8ed1ab_0 conda-forge
backoff 1.11.1 pyhd8ed1ab_0 conda-forge
backports 1.0 pyhd8ed1ab_5 conda-forge
backports.tarfile 1.2.0 pyhd8ed1ab_1 conda-forge
bayeswave 1.1.1 h0bb0549_2 conda-forge
bayeswaveutils 1.1.1 py311h38be061_2 conda-forge
bc 1.07.1 h7f98852_0 conda-forge
bcrypt 5.0.0 py311h902ca64_1 conda-forge
beautifulsoup4 4.14.3 pyha770c72_0 conda-forge
bilby 2.2.2.1 pyhd8ed1ab_1 conda-forge
bilby.cython 0.5.3 py311h0372a8f_0 conda-forge
bilby_pipe 1.4.0 pyhd8ed1ab_0 conda-forge
binutils 2.45 default_h4852527_104 conda-forge
binutils_impl_linux-64 2.45 default_hfdba357_104 conda-forge
binutils_linux-64 2.45 default_h4852527_104 conda-forge
black 21.5b2 pyhd8ed1ab_0 conda-forge
bleach 6.3.0 pyhcf101f3_0 conda-forge
bleach-with-css 6.3.0 h5f6438b_0 conda-forge
blinker 1.9.0 pyhff2d567_0 conda-forge
blosc 1.21.6 hef167b5_0 conda-forge
botocore 1.40.70 pyhd8ed1ab_0 conda-forge
bottle 0.13.4 pyhe01879c_0 conda-forge
bottleneck 1.6.0 np2py311h50facf7_3 conda-forge
bqplot 0.12.45 pyhe01879c_0 conda-forge
brotli 1.1.0 hb03c661_4 conda-forge
brotli-bin 1.1.0 hb03c661_4 conda-forge
brotli-python 1.1.0 py311h1ddb823_4 conda-forge
bruco 0.2.3 py311h38be061_1 conda-forge
brunsli 0.1 he3183e4_1 conda-forge
bson 0.5.10 pyhd8ed1ab_0 conda-forge
bzip2 1.0.8 hda65f42_8 conda-forge
c-ares 1.34.5 hb9d3cd8_0 conda-forge
c-blosc2 2.15.2 h68e2383_0 conda-forge
c-compiler 1.10.0 h2b85faf_0 conda-forge
ca-certificates 2025.11.12 hbd8a1cb_0 conda-forge
cachecontrol 0.14.3 pyha770c72_0 conda-forge
cachecontrol-with-filecache 0.14.3 pyhd8ed1ab_0 conda-forge
cached-property 1.5.2 hd8ed1ab_1 conda-forge
cached_interpolate 0.3.2 py311h0372a8f_1 conda-forge
cached_property 1.5.2 pyha770c72_1 conda-forge
cairo 1.18.4 h3394656_0 conda-forge
cairocffi 1.7.1 pyhd8ed1ab_1 conda-forge
cairosvg 2.8.2 pyhd8ed1ab_0 conda-forge
cbcflow 0.6.2 pyhd8ed1ab_0 conda-forge
cds-crtools 4.1.4 py311hba5a36b_3 conda-forge
cdshealpix 0.7.2 py311hc8fb587_0 conda-forge
cdsutils 1.6.0 pyhd8ed1ab_0 conda-forge
certifi 2025.11.12 pyhd8ed1ab_0 conda-forge
certipy 0.2.2 pyhd8ed1ab_0 conda-forge
cffi 2.0.0 py311h5b438cf_0 conda-forge
cfg 10.5.5 h59595ed_0 conda-forge
cfitsio 4.4.1 ha728647_2 conda-forge
charls 2.4.2 h59595ed_0 conda-forge
charset-normalizer 3.4.4 pyhd8ed1ab_0 conda-forge
chealpix 3.31.0 hb8463f3_6 conda-forge
chndump 4.1.4 hb9d3cd8_3 conda-forge
ciecplib 0.9.0 pyhd8ed1ab_0 conda-forge
cleo 2.1.0 pyhd8ed1ab_1 conda-forge
click 7.1.2 pyh9f0ad1d_0 conda-forge
click-default-group 1.2.4 pyhd8ed1ab_1 conda-forge
click-didyoumean 0.3.1 pyhd8ed1ab_1 conda-forge
cloudpickle 3.1.2 pyhd8ed1ab_0 conda-forge
cm 10.3.7 h59595ed_0 conda-forge
cmake 4.2.0 hc85cc9f_0 conda-forge
cmarkgfm 2024.11.20 py311h49ec1c0_1 conda-forge
colorama 0.4.6 pyhd8ed1ab_1 conda-forge
coloredlogs 15.0.1 pyhd8ed1ab_4 conda-forge
comm 0.2.3 pyhe01879c_0 conda-forge
conda-lock 0.13.2 pyhd8ed1ab_0 conda-forge
conda-package-streaming 0.12.0 pyhd8ed1ab_0 conda-forge
configargparse 1.7.1 pyhe01879c_0 conda-forge
configparser 7.2.0 pyhd8ed1ab_0 conda-forge
configurable-http-proxy 5.1.0 h5ac6406_0 conda-forge
contourpy 1.3.2 py311hd18a35c_0 conda-forge
control 0.10.2 pyhd8ed1ab_0 conda-forge
coreutils 9.5 hd590300_0 conda-forge
corner 2.2.3 pyhd8ed1ab_1 conda-forge
coverage 7.12.0 py311h3778330_0 conda-forge
cpnest 0.12.0 py311h0372a8f_0 conda-forge
cpptango 10.0.0 hc1a1998_0 conda-forge
cpython 3.11.14 py311hd8ed1ab_2 conda-forge
crashtest 0.4.1 pyhd8ed1ab_1 conda-forge
crtools-gui-libraries 4.1.4 hb88899a_3 conda-forge
cryptography 46.0.3 py311h8488d03_0 conda-forge
cssselect2 0.8.0 pyhd8ed1ab_0 conda-forge
cuda-version 11.2 hb11dac2_3 conda-forge
cudatoolkit 11.2.2 hc23eb0c_13 conda-forge
cupy 13.6.0 py311he6248c7_2 conda-forge
cupy-core 13.6.0 py311h7b40851_2 conda-forge
curl 8.17.0 h4e3cde8_0 conda-forge
cwb 6.4.6.0 h4ca5e28_4 conda-forge
cweqgen 0.4.3 pyhd8ed1ab_0 conda-forge
cwinpy 1.4.0 py311h9f3472d_3 conda-forge
cxx-compiler 1.10.0 h1a2810e_0 conda-forge
cycler 0.12.1 pyhcf101f3_2 conda-forge
cyrus-sasl 2.1.28 hd9c7081_0 conda-forge
cython 3.2.2 py311h0daaf2c_0 conda-forge
dask-core 2023.4.0 pyhd8ed1ab_0 conda-forge
dataclasses 0.8 pyhc8e2a94_3 conda-forge
dateparser 1.2.2 pyhd8ed1ab_0 conda-forge
dav1d 1.2.1 hd590300_0 conda-forge
davix 0.8.9 hc08bb4d_0 conda-forge
dbus 1.16.2 h3c4dab8_0 conda-forge
dbus-python 1.3.2 py311hf24dd5a_5 conda-forge
dcc 0.8.0 pyhd8ed1ab_0 conda-forge
debugpy 1.8.17 py311hc665b79_0 conda-forge
declarative 1.3.2 pyhd8ed1ab_1 conda-forge
decorator 5.2.1 pyhd8ed1ab_0 conda-forge
deepdish 0.3.7 pyhd8ed1ab_1 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
deprecated 1.3.1 pyhd8ed1ab_0 conda-forge
dill 0.4.0 pyhcf101f3_1 conda-forge
distlib 0.4.0 pyhd8ed1ab_0 conda-forge
distromax 1.0.4 pyhd8ed1ab_0 conda-forge
dmtviewer 4.1.4 hb88899a_3 conda-forge
docutils 0.22.3 pyhd8ed1ab_0 conda-forge
dqsegdb 3.0.0 py311h38be061_1 conda-forge
dqsegdb2 1.3.0 pyhd8ed1ab_0 conda-forge
dtt-awggui 4.1.4 hb88899a_3 conda-forge
dtt-awgstream 4.1.4 hb9d3cd8_3 conda-forge
dtt-diag 4.1.4 h84d6215_3 conda-forge
dtt-diagd 4.1.4 h84d6215_3 conda-forge
dtt-diaggui 4.1.4 hb88899a_3 conda-forge
dtt-multiawgstream 4.1.4 hb9d3cd8_3 conda-forge
dtt-tpcmd 4.1.4 hb9d3cd8_3 conda-forge
dtt-xml-tools 4.1.4 h84d6215_3 conda-forge
dttxml 1.1.7 pyhd8ed1ab_0 conda-forge
dulwich 0.24.1 py311hc8fb587_1 conda-forge
dynesty 2.1.5 pyhd8ed1ab_0 conda-forge
ecp-cookie-init 2.0.1 pyhd8ed1ab_0 conda-forge
emcee 3.1.6 pyhd8ed1ab_1 conda-forge
ensureconda 1.6.0 pyhcf101f3_0 conda-forge
ephem 4.2 py311h49ec1c0_1 conda-forge
epics-base 7.0.9.0 pl5321h2669dad_9 conda-forge
epoxy 1.5.10 hb03c661_2 conda-forge
exceptiongroup 1.3.1 pyhd8ed1ab_0 conda-forge
execnet 2.1.2 pyhd8ed1ab_0 conda-forge
executing 2.2.1 pyhd8ed1ab_0 conda-forge
ezca 1.4.0 py_0 conda-forge
ezdag 0.4.0 pyh10731e1_0 conda-forge
fastavro 1.12.1 py311h49ec1c0_1 conda-forge
fastjet-cxx 3.5.1 h0337442_1 conda-forge
fastrlock 0.8.3 py311hc665b79_2 conda-forge
fd 8.61.1 hd590300_0 conda-forge
fftw 3.3.10 nompi_h3b011a4_111 conda-forge
filelock 3.20.0 pyhd8ed1ab_0 conda-forge
findpython 0.7.1 pyh332efcf_0 conda-forge
finesse 3.0a27 py311h660e7a4_0 conda-forge
flake8 7.3.0 pyhd8ed1ab_0 conda-forge
flask 2.0.3 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 hc364b38_1 conda-forge
fonttools 4.61.0 py311h3778330_0 conda-forge
foton 4.1.4 hb88899a_3 conda-forge
fqdn 1.5.1 pyhd8ed1ab_1 conda-forge
framel 8.47.2 hd590300_0 conda-forge
freetype 2.14.1 ha770c72_0 conda-forge
freezegun 1.5.5 pyhd8ed1ab_0 conda-forge
fribidi 1.0.16 hb03c661_0 conda-forge
frozenlist 1.7.0 py311h52bc045_0 conda-forge
frv 4.38.7 hce2fd33_0 conda-forge
fsspec 2025.10.0 pyhd8ed1ab_0 conda-forge
ftfy 6.3.1 pyhd8ed1ab_1 conda-forge
ftgl 2.4.0 hbcb1f35_0 conda-forge
future 1.0.0 pyhd8ed1ab_2 conda-forge
g-ir-build-tools 1.78.1 py311h7b9e298_1 conda-forge
g-ir-host-tools 1.78.1 hfff48b1_1 conda-forge
gast 0.4.0 pyh9f0ad1d_0 conda-forge
gcc 13.4.0 h6f77f03_14 conda-forge
gcc_impl_linux-64 13.4.0 hbc6fe0d_14 conda-forge
gcc_linux-64 13.4.0 h0a5b801_14 conda-forge
gcn-kafka 0.3.3 pyhd8ed1ab_2 conda-forge
gdk-pixbuf 2.42.12 h2b0a6b4_3 conda-forge
gds-base 3.0.1 h5262d30_1 conda-forge
gds-base-crtools 3.0.1 h7c8b80a_1 conda-forge
gds-base-gdstrig 3.0.1 h84d6215_1 conda-forge
gds-base-monitors 3.0.1 h84d6215_1 conda-forge
gds-base-web 3.0.1 h84d6215_1 conda-forge
gds-dmt-base 3.0.1 hb700be7_7 conda-forge
gds-dmt-monitors 3.0.1 h2bed7e6_3 conda-forge
gds-frameio-base 3.0.1 hf6a027d_0 conda-forge
gds-framexmit 3.0.1 h5888daf_1 conda-forge
gds-gui-crtools 3.0.1 hb88899a_1 conda-forge
gds-lowlatency-tools 3.0.1 h84d6215_0 conda-forge
gds-lsmp 3.0.1 h84d6215_0 conda-forge
gds-monitor-apps 3.0.1 h90ff78c_4 conda-forge
gds-root-extensions-base 3.0.1 hac131d8_2 conda-forge
gds-root-extensions-crtools 3.0.1 hb88899a_2 conda-forge
gds-services 3.0.1 h84d6215_1 conda-forge
geos 3.14.1 h480dda7_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
ghostscript 10.06.0 hecca717_0 conda-forge
giflib 5.2.2 hd590300_0 conda-forge
git 2.51.0 pl5321h28ef92a_0 conda-forge
git-lfs 3.7.1 h6138981_0 conda-forge
gitdb 4.0.12 pyhd8ed1ab_0 conda-forge
gitpython 3.1.45 pyhff2d567_0 conda-forge
gl2ps 1.4.2 hae5d5c5_1 conda-forge
glasflow 0.4.1 pyhd8ed1ab_1 conda-forge
glew 2.1.0 h9c3ff4c_2 conda-forge
glib 2.84.3 h89d24bf_0 conda-forge
glib-networking 2.80.0 h2ef3c98_0 conda-forge
glib-tools 2.84.3 hf516916_0 conda-forge
glog 0.7.1 hbabe93e_0 conda-forge
gmp 6.3.0 hac33072_2 conda-forge
gmpy2 2.2.1 py311h92a432a_2 conda-forge
gobject-introspection 1.78.1 py311h86ed371_1 conda-forge
googleapis-common-protos 1.72.0 pyhd8ed1ab_0 conda-forge
gprof2dot 2024.6.6 pyhd8ed1ab_1 conda-forge
gpstime 0.8.2 pyh707e725_1 conda-forge
gql 4.0.0 pyhd8ed1ab_0 conda-forge
gracedb-sdk 0.2.1 pyhd8ed1ab_0 conda-forge
graphite2 1.3.14 hecca717_2 conda-forge
graphql-core 3.2.7 pyhcf101f3_0 conda-forge
graphviz 12.2.1 h5ae0cbf_1 conda-forge
greenlet 3.2.4 py311h1ddb823_1 conda-forge
grpcio 1.62.2 py311ha6695c7_0 conda-forge
gsl 2.7 he838d99_0 conda-forge
gsoap 2.8.123 h8dc497d_0 conda-forge
gst-plugins-base 1.24.11 h651a532_0 conda-forge
gst-plugins-good 1.24.11 h5b389ca_0 conda-forge
gst-python 1.24.11 py311haf8d361_0 conda-forge
gstlal 1.13.0 py311h4403628_5 conda-forge
gstlal-burst 0.5.0 py311h02f85c2_2 conda-forge
gstlal-calibration 1.5.11 py311h746c4a4_0 conda-forge
gstlal-inspiral 1.11.0 py311hb3f036c_3 conda-forge
gstlal-ugly 1.14.0 py311h127dfad_6 conda-forge
gstreamer 1.24.11 hc37bda9_0 conda-forge
gstreamer-orc 0.4.41 h17648ed_0 conda-forge
gtest 1.15.2 h434a139_0 conda-forge
gtk3 3.24.43 h0c6a113_5 conda-forge
gts 0.7.6 h977cf35_4 conda-forge
guardian 1.4.4 py311h38be061_3 conda-forge
gwdatafind 2.1.0 pyh707e725_0 conda-forge
gwdetchar 2.3.1 pyhd8ed1ab_0 conda-forge
gwinc 0.6.2 pyhd8ed1ab_1 conda-forge
gwollum 4.1.1 h980c8f9_1 conda-forge
gwosc 0.7.1 pyhd8ed1ab_0 conda-forge
gwpopulation 0.10.0 pyhd8ed1ab_1 conda-forge
gwpy 3.0.11 pyhd8ed1ab_0 conda-forge
gwsumm 2.3.3 pyhd8ed1ab_0 conda-forge
gwsurrogate 1.1.8 py311h19ef09f_0 conda-forge
gwtools 1.1.9 pyhd8ed1ab_1 conda-forge
gwtrigfind 0.8.2 pyhd8ed1ab_0 conda-forge
gxx 13.4.0 h76987e4_14 conda-forge
gxx_impl_linux-64 13.4.0 h6a38259_14 conda-forge
gxx_linux-64 13.4.0 h494ab63_14 conda-forge
gzip 1.14 hb9d3cd8_0 conda-forge
h11 0.16.0 pyhd8ed1ab_0 conda-forge
h2 4.3.0 pyhcf101f3_0 conda-forge
h5netcdf 1.7.3 pyhd8ed1ab_0 conda-forge
h5py 3.13.0 nompi_py311hb639ac4_100 conda-forge
halo 0.0.31 pyhd8ed1ab_1 conda-forge
harfbuzz 11.4.5 h15599e2_0 conda-forge
hdf5 1.14.3 nompi_h2d575fe_109 conda-forge
healpix_cxx 3.81 hafdfb7f_4 conda-forge
healpy 1.18.0 py311hc30af9e_1 conda-forge
hicolor-icon-theme 0.17 ha770c72_2 conda-forge
hop-client 0.12.1 pyhd8ed1ab_0 conda-forge
hpack 4.1.0 pyhd8ed1ab_0 conda-forge
htchirp 2.0 pyh9f0ad1d_0 conda-forge
htcondor-classads 24.9.2 h32e72b7_0 conda-forge
htgettoken 2.5 py311h38be061_0 conda-forge
htmap 0.6.1 pyhd8ed1ab_2 conda-forge
html2text 2025.4.15 pyhd8ed1ab_1 conda-forge
html5lib 1.1 pyhd8ed1ab_2 conda-forge
httpcore 1.0.9 pyh29332c3_0 conda-forge
httpx 0.28.1 pyhd8ed1ab_0 conda-forge
humanfriendly 10.0 pyh707e725_8 conda-forge
humanize 4.14.0 pyhd8ed1ab_0 conda-forge
hveto 2.0.1 pyhd8ed1ab_0 conda-forge
hws 2.1.0 pyhd8ed1ab_0 conda-forge
hyperframe 6.1.0 pyhd8ed1ab_0 conda-forge
hypothesis 6.148.5 pyha770c72_0 conda-forge
icu 75.1 he02047a_0 conda-forge
id 1.5.0 pyh29332c3_0 conda-forge
idna 3.11 pyhd8ed1ab_0 conda-forge
idq 0.6.2 pyhd8ed1ab_0 conda-forge
igwn-alert 0.7.0 pyhd8ed1ab_0 conda-forge
igwn-archive 0.1.1 pyhd8ed1ab_0 conda-forge
igwn-auth-utils 1.4.0 pyh707e725_0 conda-forge
igwn-cmake-macros 1.5.0 ha770c72_0 conda-forge
igwn-ligolw 2.1.0 py311h9ecbd09_0 conda-forge
igwn-lldd-common 0.2.0 pyhd8ed1ab_0 conda-forge
igwn-lldd-fdio 0.1.0 pyhd8ed1ab_0 conda-forge
igwn-robot-auth 0.2.0 pyhd8ed1ab_0 conda-forge
igwn-segments 2.1.0 py311h9ecbd09_0 conda-forge
imagecodecs 2024.9.22 py311h7d28041_0 conda-forge
imageio 2.37.0 pyhfb79c49_0 conda-forge
imagemagick 7.1.1_47 imagemagick_hf2058d9_0 conda-forge
importlib-metadata 8.6.1 pyha770c72_0 conda-forge
importlib_metadata 8.6.1 hd8ed1ab_0 conda-forge
importlib_resources 6.5.2 pyhd8ed1ab_0 conda-forge
inflection 0.5.1 pyhd8ed1ab_1 conda-forge
iniconfig 2.3.0 pyhd8ed1ab_0 conda-forge
inspiral-range 0.9.2 pyh707e725_4 conda-forge
invoke 2.2.1 pyhd8ed1ab_0 conda-forge
ipyaladin 0.5.2 pyhd8ed1ab_0 conda-forge
ipydatagrid 1.4.0 pyhcf101f3_2 conda-forge
ipykernel 7.1.0 pyha191276_0 conda-forge
ipympl 0.9.8 pyhcf101f3_0 conda-forge
ipython 9.6.0 pyhfa0c392_0 conda-forge
ipython_pygments_lexers 1.1.1 pyhd8ed1ab_0 conda-forge
ipywidgets 8.1.8 pyhd8ed1ab_0 conda-forge
isoduration 20.11.0 pyhd8ed1ab_1 conda-forge
isort 7.0.0 pyhd8ed1ab_0 conda-forge
itsdangerous 2.2.0 pyhd8ed1ab_1 conda-forge
jack 1.9.22 hf4617a5_3 conda-forge
jaraco.classes 3.4.0 pyhd8ed1ab_2 conda-forge
jaraco.context 6.0.1 pyhd8ed1ab_0 conda-forge
jaraco.functools 4.3.0 pyhd8ed1ab_0 conda-forge
jax 0.4.24 pyhd8ed1ab_0 conda-forge
jaxlib 0.4.24 cpu_py311hce36131_0 conda-forge
jbig 2.1 h7f98852_2003 conda-forge
jedi 0.19.2 pyhd8ed1ab_1 conda-forge
jeepney 0.9.0 pyhd8ed1ab_0 conda-forge
jinja2 3.1.6 pyhcf101f3_1 conda-forge
jmespath 1.0.1 pyhd8ed1ab_1 conda-forge
joblib 1.5.2 pyhd8ed1ab_0 conda-forge
jplephem 2.23 pyha4b2019_0 conda-forge
jq 1.8.1 h73b1eb8_0 conda-forge
json5 0.12.1 pyhd8ed1ab_0 conda-forge
jsoncpp 1.9.6 hf42df4d_1 conda-forge
jsondiff 2.2.1 pyhd8ed1ab_1 conda-forge
jsonmerge 1.9.2 pyhd8ed1ab_2 conda-forge
jsonpointer 3.0.0 py311h38be061_2 conda-forge
jsonschema 4.25.1 pyhe01879c_0 conda-forge
jsonschema-specifications 2025.9.1 pyhcf101f3_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.3.0 pyhcf101f3_0 conda-forge
jupyter_client 8.6.3 pyhd8ed1ab_1 conda-forge
jupyter_console 6.6.3 pyhd8ed1ab_1 conda-forge
jupyter_core 5.9.1 pyhc90fa1f_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
jupyterhub 5.4.2 h0b4b229_0 conda-forge
jupyterhub-base 5.4.2 pyhc90fa1f_0 conda-forge
jupyterhub-singleuser 5.4.2 h0b4b229_0 conda-forge
jupyterlab 4.5.0 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.3.0 pyhd8ed1ab_2 conda-forge
jupyterlab_server 2.28.0 pyhcf101f3_0 conda-forge
jupyterlab_widgets 3.0.16 pyhcf101f3_1 conda-forge
jxrlib 1.1 hd590300_3 conda-forge
kafka-python-ng 2.2.2 pyhd8ed1ab_0 conda-forge
kernel-headers_linux-64 3.10.0 he073ed8_18 conda-forge
keyring 25.7.0 pyha804496_0 conda-forge
keyutils 1.6.3 hb9d3cd8_0 conda-forge
kiwisolver 1.4.9 py311h724c32c_2 conda-forge
kombine 0.8.4 py_0 conda-forge
krb5 1.21.3 h659f571_0 conda-forge
lal 7.6.1 fftw_py311h5bca7b8_100 conda-forge
lalapps 10.0.2 py311h3ace985_1 conda-forge
lalburst 2.0.6 py311h9ecbd09_0 conda-forge
lalframe 3.0.6 py311h9ecbd09_0 conda-forge
lalinference 4.1.8 mpi_openmpi_py311hd5dd683_0 conda-forge
lalinference-data 4.1.8 ha770c72_0 conda-forge
lalinspiral 5.0.2 py311h9ecbd09_0 conda-forge
lalmetaio 4.0.5 py311h9ecbd09_2 conda-forge
lalpulsar 7.1.0 py311h1910d71_0 conda-forge
lalpulsar-data 7.1.0 ha770c72_0 conda-forge
lalsimulation 6.1.0 py311h33ea901_0 conda-forge
lalsimulation-data 6.1.0 ha770c72_0 conda-forge
lalsuite 7.25 pyhd8ed1ab_0 conda-forge
lame 3.100 h166bdaf_1003 conda-forge
lark 1.3.1 pyhd8ed1ab_0 conda-forge
lazy-loader 0.4 pyhd8ed1ab_2 conda-forge
lcms2 2.17 h717163a_0 conda-forge
ld_impl_linux-64 2.45 default_hbd61a6d_104 conda-forge
ldap3 2.9.1 pyhd8ed1ab_1 conda-forge
ldas-tools-al 2.6.7 h6e2fe03_1 conda-forge
ldas-tools-cmake 1.3.0 h59595ed_0 conda-forge
ldas-tools-diskcacheapi 2.7.7 hea776ce_1 conda-forge
ldas-tools-diskcacheapi-swig 2.6.12 h00ab1b0_2 conda-forge
ldas-tools-filters 2.6.6 h4bd325d_0 conda-forge
ldas-tools-frameapi 3.0.3 h7e6e7bf_2 conda-forge
ldas-tools-framecpp 2.9.3 h97420db_2 conda-forge
ldas-tools-ldasgen 2.7.3 h8cbb357_0 conda-forge
ldas-tools-utilities 2.7.1 h7e6e7bf_1 conda-forge
lerc 4.0.0 h0aef613_1 conda-forge
libabseil 20240116.2 cxx17_he02047a_1 conda-forge
libaec 1.1.4 h3f801dc_0 conda-forge
libamd 3.3.3 haaf9dc3_7100102 conda-forge
libarrow 17.0.0 had3b6fe_16_cpu conda-forge
libarrow-acero 17.0.0 h5888daf_16_cpu conda-forge
libarrow-dataset 17.0.0 h5888daf_16_cpu conda-forge
libarrow-substrait 17.0.0 hf54134d_16_cpu conda-forge
libasprintf 0.25.1 h3f43e3d_1 conda-forge
libasprintf-devel 0.25.1 h3f43e3d_1 conda-forge
libavif16 1.3.0 h6395336_2 conda-forge
libawg 4.1.4 hb9d3cd8_3 conda-forge
libblas 3.9.0 20_linux64_mkl conda-forge
libboost 1.84.0 h6c02f8c_7 conda-forge
libboost-python 1.86.0 py311h1d5f577_4 conda-forge
libbrotlicommon 1.1.0 hb03c661_4 conda-forge
libbrotlidec 1.1.0 hb03c661_4 conda-forge
libbrotlienc 1.1.0 hb03c661_4 conda-forge
libbtf 2.3.2 h32481e8_7100102 conda-forge
libcamd 3.3.3 h32481e8_7100102 conda-forge
libcap 2.77 h3ff7636_0 conda-forge
libcblas 3.9.0 20_linux64_mkl conda-forge
libccolamd 3.3.4 h32481e8_7100102 conda-forge
libcholmod 5.3.1 h59ddab4_7100102 conda-forge
libclang-cpp20.1 20.1.8 default_h99862b1_5 conda-forge
libclang13 21.1.0 default_h746c552_1 conda-forge
libcolamd 3.3.4 h32481e8_7100102 conda-forge
libcondor_utils 24.9.2 h3ccd9e4_0 conda-forge
libcrc32c 1.1.2 h9c3ff4c_0 conda-forge
libcups 2.3.3 hb8b1518_5 conda-forge
libcurl 8.17.0 h4e3cde8_0 conda-forge
libcxsparse 4.4.1 h32481e8_7100102 conda-forge
libcxx 18.1.8 h719d109_8 conda-forge
libcxxabi 18.1.8 hc655929_8 conda-forge
libde265 1.0.15 h00ab1b0_0 conda-forge
libdeflate 1.22 hb9d3cd8_0 conda-forge
libdfm 4.1.4 h84d6215_3 conda-forge
libdrm 2.4.125 hb03c661_1 conda-forge
libdtt 4.1.4 h47049e2_3 conda-forge
libedit 3.1.20250104 pl5321h7949ede_0 conda-forge
libegl 1.7.0 ha4b6fd6_2 conda-forge
libegl-devel 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.3 hecca717_0 conda-forge
libfabric 2.3.1 ha770c72_1 conda-forge
libfabric1 2.3.1 h6c8fc0a_1 conda-forge
libfantom 4.1.4 hd97a327_3 conda-forge
libffi 3.4.6 h2dba641_1 conda-forge
libfilterfile 4.1.4 h84d6215_3 conda-forge
libfilterwiz 4.1.4 hb88899a_3 conda-forge
libflac 1.4.3 h59595ed_0 conda-forge
libframel 8.47.2 hd590300_0 conda-forge
libfreetype 2.14.1 ha770c72_0 conda-forge
libfreetype6 2.14.1 h73754d4_0 conda-forge
libgcc 15.2.0 he0feb66_14 conda-forge
libgcc-devel_linux-64 13.4.0 hd1d28cc_114 conda-forge
libgcc-ng 15.2.0 h69a702a_14 conda-forge
libgd 2.3.3 h6f5c62b_11 conda-forge
libgettextpo 0.25.1 h3f43e3d_1 conda-forge
libgettextpo-devel 0.25.1 h3f43e3d_1 conda-forge
libgfortran 15.2.0 h69a702a_14 conda-forge
libgfortran-ng 15.2.0 h69a702a_14 conda-forge
libgfortran5 15.2.0 h68bc16d_14 conda-forge
libgirepository 1.78.1 h003a4f0_1 conda-forge
libgl 1.7.0 ha4b6fd6_2 conda-forge
libgl-devel 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
libglx-devel 1.7.0 ha4b6fd6_2 conda-forge
libgomp 15.2.0 he0feb66_14 conda-forge
libgoogle-cloud 2.29.0 h435de7b_0 conda-forge
libgoogle-cloud-storage 2.29.0 h0121fbd_0 conda-forge
libgrpc 1.62.2 h15f2491_0 conda-forge
libheif 1.19.7 gpl_hc18d805_100 conda-forge
libhwloc 2.11.2 default_h3d81e11_1002 conda-forge
libhwy 1.3.0 h4c17acf_1 conda-forge
libiconv 1.18 h3b78370_2 conda-forge
libidn2 2.3.8 hfac485b_1 conda-forge
libjpeg-turbo 3.1.2 hb03c661_0 conda-forge
libjxl 0.11.1 h6cb5226_4 conda-forge
libklu 2.3.5 hf24d653_7100102 conda-forge
liblal 7.6.1 fftw_hcbe9c14_100 conda-forge
liblalburst 2.0.6 h3773ae6_0 conda-forge
liblalframe 3.0.6 h7c287a6_0 conda-forge
liblalinference 4.1.8 h3773ae6_0 conda-forge
liblalinspiral 5.0.2 h3773ae6_0 conda-forge
liblalmetaio 4.0.5 hb9d3cd8_2 conda-forge
liblalpulsar 7.1.0 h5612f2b_0 conda-forge
liblalsimulation 6.1.0 py311h33ea901_0 conda-forge
liblapack 3.9.0 20_linux64_mkl conda-forge
libldl 3.3.2 h32481e8_7100102 conda-forge
libllvm16 16.0.6 ha7bfdaf_4 conda-forge
libllvm20 20.1.8 hecd9e04_0 conda-forge
libllvm21 21.1.0 hecd9e04_0 conda-forge
liblzma 5.8.1 hb9d3cd8_2 conda-forge
liblzma-devel 5.8.1 hb9d3cd8_2 conda-forge
libmetaio 8.5.1 h753d276_1002 conda-forge
libnghttp2 1.67.0 had1ee68_0 conda-forge
libnl 3.11.0 hb9d3cd8_0 conda-forge
libnsl 2.0.1 hb9d3cd8_1 conda-forge
libntlm 1.8 hb9d3cd8_0 conda-forge
libogg 1.3.5 hd0c01bc_1 conda-forge
libopengl 1.7.0 ha4b6fd6_2 conda-forge
libopentelemetry-cpp 1.16.1 h2387412_0 conda-forge
libopentelemetry-cpp-headers 1.16.1 ha770c72_0 conda-forge
libopus 1.5.2 hd0c01bc_0 conda-forge
libparquet 17.0.0 h39682fd_16_cpu conda-forge
libparu 1.0.0 h17147ab_7100102 conda-forge
libpciaccess 0.18 hb9d3cd8_0 conda-forge
libpmix 5.0.8 h658e747_0 conda-forge
libpng 1.6.51 h421ea60_0 conda-forge
libpq 17.7 h5c52fec_1 conda-forge
libprotobuf 4.25.3 hd5b35b9_1 conda-forge
libpsl 0.21.5 h792ea30_0 conda-forge
librbio 4.3.4 h32481e8_7100102 conda-forge
librdkafka 2.6.1 h3bdeaa6_0 conda-forge
libre2-11 2023.09.01 h5a48ba9_2 conda-forge
librsvg 2.58.4 he92a37e_3 conda-forge
libsanitizer 13.4.0 h2a15e64_14 conda-forge
libsistr 4.1.4 hb9d3cd8_3 conda-forge
libsndfile 1.2.2 hc60ed4a_1 conda-forge
libsodium 1.0.20 h4ab18f5_0 conda-forge
libsoup 3.4.4 h5006749_2 conda-forge
libspex 3.2.3 had10066_7100102 conda-forge
libspqr 4.3.4 h852d39f_7100102 conda-forge
libsqlite 3.51.1 h0c1763c_0 conda-forge
libssh2 1.11.1 hcf80075_0 conda-forge
libstdcxx 15.2.0 h934c35e_14 conda-forge
libstdcxx-devel_linux-64 13.4.0 h6963c3b_114 conda-forge
libstdcxx-ng 15.2.0 hdf11a46_14 conda-forge
libstempo 2.5.1 py311h7db5c69_0 conda-forge
libsuitesparseconfig 7.10.1 h92d6892_7100102 conda-forge
libsystemd0 258.2 h6569c3e_1 conda-forge
libtestpoint 4.1.4 h84d6215_3 conda-forge
libthrift 0.20.0 h0e7cc3e_1 conda-forge
libtiff 4.7.0 hc4654cb_2 conda-forge
libtorch 2.4.1 cpu_mkl_he3c781b_100 conda-forge
libudev1 258.2 h6569c3e_1 conda-forge
libumfpack 6.3.5 heb53515_7100102 conda-forge
libunistring 0.9.10 h7f98852_0 conda-forge
libusb 1.0.29 h73b1eb8_0 conda-forge
libutf8proc 2.8.0 hf23e847_1 conda-forge
libuuid 2.41.2 he9a06e4_0 conda-forge
libuv 1.51.0 hb03c661_1 conda-forge
libvorbis 1.3.7 h54a6638_2 conda-forge
libwebp 1.6.0 h9635ea4_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 1.7.6 cpu_h6728c87_6 conda-forge
libxkbcommon 1.11.0 he8b52b9_0 conda-forge
libxml2 2.13.9 h04c0eec_0 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
lidax 4.1.4 hb88899a_3 conda-forge
ligo-common 1.0.4 py_0 conda-forge
ligo-followup-advocate 1.2.10 pyhd8ed1ab_0 conda-forge
ligo-gracedb 2.14.2 pyhd8ed1ab_0 conda-forge
ligo-raven 3.2 py311h38be061_1 conda-forge
ligo-scald 0.8.4 pyhd8ed1ab_0 conda-forge
ligo-segments 1.4.0 py311h459d7ec_5 conda-forge
ligo.em-bright 1.2.1 pyhd8ed1ab_0 conda-forge
ligo.skymap 2.3.0 py311hf3d2b25_0 conda-forge
ligotimegps 2.0.0 py_0 conda-forge
lintegrate 0.2.0 py311hbf807c9_2 conda-forge
liquidpy 0.8.6 pyhd8ed1ab_0 conda-forge
llvm-openmp 21.1.6 h4922eb0_0 conda-forge
llvmlite 0.45.1 py311h41a00d4_0 conda-forge
locket 1.0.0 pyhd8ed1ab_0 conda-forge
log_symbols 0.0.14 pyhd8ed1ab_2 conda-forge
loguru 0.7.3 pyh707e725_0 conda-forge
lscsoft-glue 4.1.1 pyhd8ed1ab_0 conda-forge
lxml 6.0.2 py311hc53b721_0 conda-forge
lz4 4.3.3 py311h2cbdf9a_1 conda-forge
lz4-c 1.9.4 hcb278e6_0 conda-forge
m4 1.4.20 hb9d3cd8_0 conda-forge
mailchecker 6.0.11 pyhd8ed1ab_1 conda-forge
make 4.4.1 hb9d3cd8_2 conda-forge
mako 1.3.10 pyhd8ed1ab_0 conda-forge
markdown 3.10 pyhcf101f3_1 conda-forge
markdown-it-py 2.2.0 pyhd8ed1ab_0 conda-forge
markuppy 1.18 pyhd8ed1ab_0 conda-forge
markupsafe 3.0.3 py311h3778330_0 conda-forge
matplotlib-base 3.10.8 py311h0f3be63_0 conda-forge
matplotlib-inline 0.2.1 pyhd8ed1ab_0 conda-forge
mccabe 0.7.0 pyhd8ed1ab_1 conda-forge
mdurl 0.1.2 pyhd8ed1ab_1 conda-forge
metaio 8.5.1 h166bdaf_1002 conda-forge
metis 5.1.0 hd0bcaf9_1007 conda-forge
mistune 3.1.4 pyhcf101f3_0 conda-forge
mkl 2023.2.0 ha770c72_50498 conda-forge
ml_dtypes 0.5.4 np2py311h912ec1f_0 conda-forge
mock 5.2.0 pyhd8ed1ab_0 conda-forge
mocpy 0.19.1 py311hc8fb587_0 conda-forge
more-itertools 10.8.0 pyhcf101f3_1 conda-forge
mpc 1.3.1 h24ddda3_1 conda-forge
mpfr 4.2.1 h90cbb55_3 conda-forge
mpg123 1.32.9 hc50e24c_0 conda-forge
mpi 1.0 openmpi conda-forge
mpld3 0.5.12 pyhd8ed1ab_0 conda-forge
mpmath 1.3.0 pyhd8ed1ab_1 conda-forge
msgpack-python 1.1.2 py311hdf67eae_1 conda-forge
multidict 6.6.3 py311h2dc5d0c_0 conda-forge
munge 0.5.16 h63a00c3_0 conda-forge
munkres 1.1.4 pyhd8ed1ab_1 conda-forge
mypy_extensions 1.1.0 pyha770c72_0 conda-forge
narwhals 2.13.0 pyhcf101f3_0 conda-forge
nbclient 0.10.2 pyhd8ed1ab_0 conda-forge
nbconvert 7.16.6 hc388f54_1 conda-forge
nbconvert-core 7.16.6 pyhcf101f3_1 conda-forge
nbconvert-pandoc 7.16.6 h7d6f222_1 conda-forge
nbformat 5.10.4 pyhd8ed1ab_1 conda-forge
ncurses 6.5 h2d0b736_3 conda-forge
nds2-client 0.16.8 h59595ed_7 conda-forge
nds2-client-java 0.16.12 h27087fc_1 conda-forge
ndscope 0.19.3 pyhd8ed1ab_1 conda-forge
nessai 0.14.0 pyhd8ed1ab_0 conda-forge
nest-asyncio 1.6.0 pyhd8ed1ab_1 conda-forge
networkx 3.4.2 pyh267e887_2 conda-forge
nh3 0.3.2 py310h1570de5_0 conda-forge
nlohmann_json 3.11.3 he02047a_1 conda-forge
nodejs 24.9.0 h8c692ec_1 conda-forge
notebook 7.5.0 pyhcf101f3_0 conda-forge
notebook-shim 0.2.4 pyhd8ed1ab_1 conda-forge
nspr 4.38 h29cc59b_0 conda-forge
nss 3.118 h445c969_0 conda-forge
numba 0.62.1 py311h6220fa4_0 conda-forge
numexpr 2.10.1 mkl_py311h8e25920_2 conda-forge
numpy 1.24.4 py311h64a7726_0 conda-forge
oauthenticator 17.3.0 pyhd8ed1ab_0 conda-forge
oauthlib 3.3.1 pyhd8ed1ab_0 conda-forge
omicron 4.1.1 h28db806_1 conda-forge
omniorb-libs 4.3.3 h2b12f9e_2 conda-forge
oniguruma 6.9.10 hb9d3cd8_0 conda-forge
openjpeg 2.5.3 h55fea9a_1 conda-forge
openldap 2.6.10 he970967_0 conda-forge
openmpi 5.0.8 h41ff47f_100 conda-forge
openssl 3.6.0 h26f9b46_0 conda-forge
opentelemetry-api 1.38.0 pyhd8ed1ab_0 conda-forge
opentelemetry-exporter-otlp-proto-grpc 1.15.0 pyhd8ed1ab_0 conda-forge
opentelemetry-exporter-otlp-proto-http 1.15.0 pyhd8ed1ab_0 conda-forge
opentelemetry-proto 1.15.0 pyhd8ed1ab_0 conda-forge
opentelemetry-sdk 1.38.0 pyhd8ed1ab_0 conda-forge
opentelemetry-semantic-conventions 0.59b0 pyh3cfb1c2_0 conda-forge
opt-einsum 3.4.0 hd8ed1ab_1 conda-forge
opt_einsum 3.4.0 pyhd8ed1ab_1 conda-forge
orc 2.0.2 h669347b_0 conda-forge
otter-report 0.3.3 pyhd8ed1ab_0 conda-forge
overrides 7.7.0 pyhd8ed1ab_1 conda-forge
packaging 25.0 pyh29332c3_1 conda-forge
pamela 1.2.0 pyhd8ed1ab_1 conda-forge
pandas 2.3.3 py311hed34c8f_2 conda-forge
pandoc 3.8.3 ha770c72_0 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
pango 1.56.4 hadf4263_0 conda-forge
parameterized 0.9.0 pyhd8ed1ab_1 conda-forge
paramiko 4.0.0 pyhd8ed1ab_0 conda-forge
parmap 1.7.0 pyhd8ed1ab_1 conda-forge
parso 0.8.5 pyhcf101f3_0 conda-forge
partd 1.4.2 pyhd8ed1ab_0 conda-forge
pathspec 0.12.1 pyhd8ed1ab_1 conda-forge
patsy 1.0.2 pyhcf101f3_0 conda-forge
pbs-installer 2025.11.20 pyhd8ed1ab_0 conda-forge
pcaspy 0.8.1 py311h6dcdc2f_1 conda-forge
pcre 8.45 h9c3ff4c_0 conda-forge
pcre2 10.45 hc749103_0 conda-forge
pe-configurator 1.0.4 pyhd8ed1ab_0 conda-forge
pegasus-wms.api 5.0.8 pyhd8ed1ab_0 conda-forge
pegasus-wms.common 5.0.9 pyhd8ed1ab_0 conda-forge
pelicanplatform 7.15.2 ha8f183a_0 conda-forge
pepredicates 0.0.3 py_0 conda-forge
perl 5.32.1 7_hd590300_perl5 conda-forge
pesummary 1.3.2 pyhd8ed1ab_0 conda-forge
pexpect 4.9.0 pyhd8ed1ab_1 conda-forge
pgplot 5.2.2 hbeaba86_1009 conda-forge
phonenumbers 9.0.19 pyhd8ed1ab_0 conda-forge
pickleshare 0.7.5 pyhd8ed1ab_1004 conda-forge
pillow 11.3.0 py311h98278a2_3 conda-forge
pip 25.3 pyh8b19718_0 conda-forge
pixman 0.46.4 h54a6638_1 conda-forge
pkg-config 0.29.2 h4bc722e_1009 conda-forge
pkginfo 1.12.1.2 pyhd8ed1ab_0 conda-forge
platformdirs 4.5.0 pyhcf101f3_0 conda-forge
plotly 6.5.0 pyhd8ed1ab_0 conda-forge
pluggy 1.6.0 pyhd8ed1ab_0 conda-forge
ply 3.11 pyhd8ed1ab_3 conda-forge
poetry 2.2.1 pyha804496_0 conda-forge
poetry-core 2.2.1 pyhd8ed1ab_0 conda-forge
precession 2.0.3 pyhd8ed1ab_0 conda-forge
prometheus-cpp 1.2.4 ha5d0236_1 conda-forge
prometheus_client 0.23.1 pyhd8ed1ab_0 conda-forge
prompt-toolkit 3.0.52 pyha770c72_0 conda-forge
prompt_toolkit 3.0.52 hd8ed1ab_0 conda-forge
propcache 0.3.1 py311h2dc5d0c_0 conda-forge
protobuf 4.25.3 py311hbffca5d_1 conda-forge
psrqpy 1.3.2 pyhd8ed1ab_0 conda-forge
psutil 7.1.3 py311haee01d2_0 conda-forge
psycopg2 2.9.10 py311hab17365_2 conda-forge
psygnal 0.15.0 pyhd8ed1ab_0 conda-forge
ptemcee 1.0.0 py_0 conda-forge
pthread-stubs 0.4 hb9d3cd8_1002 conda-forge
ptyprocess 0.7.0 pyhd8ed1ab_1 conda-forge
pulseaudio-client 17.0 hac146a9_1 conda-forge
pure_eval 0.2.3 pyhd8ed1ab_1 conda-forge
py-cpuinfo 9.0.0 pyhd8ed1ab_1 conda-forge
py-xgboost 1.7.6 cpu_py311h0a621ce_6 conda-forge
py2vega 0.6.1 pyhd8ed1ab_0 conda-forge
pyarrow 17.0.0 py311hbd00459_2 conda-forge
pyarrow-core 17.0.0 py311h4854187_2_cpu conda-forge
pyasn1 0.6.1 pyhd8ed1ab_2 conda-forge
pycairo 1.29.0 py311hc1a9592_0 conda-forge
pycbc 2.8.1 py311h862733e_0 conda-forge
pycm 7.5.8 py311h459d7ec_1 conda-forge
pycodestyle 2.14.0 pyhd8ed1ab_0 conda-forge
pycondor 0.6.0 pyhd8ed1ab_1 conda-forge
pycparser 2.22 pyh29332c3_1 conda-forge
pycurl 7.45.7 py311h77f694c_0 conda-forge
pydantic 2.12.5 pyhcf101f3_1 conda-forge
pydantic-core 2.41.5 py311h902ca64_1 conda-forge
pydarm 0.1 pyhd8ed1ab_0 conda-forge
pydotplus 2.0.2 pyhd8ed1ab_7 conda-forge
pydv 0.2.2 pyhd8ed1ab_0 conda-forge
pyepics 3.5.8 py311h38be061_1 conda-forge
pyerfa 2.0.1.5 py310h32771cd_2 conda-forge
pyfd 4.5.10 py311h459d7ec_0 conda-forge
pyfftw 0.15.1 py311h0372a8f_1 conda-forge
pyflakes 3.4.0 pyhd8ed1ab_0 conda-forge
pygcn 1.0.2 py_0 conda-forge
pygments 2.10.0 pyhd8ed1ab_0 conda-forge
pygobject 3.46.0 py311h86ed371_1 conda-forge
pygsl_lite 0.1.7 py311h7f0001c_0 conda-forge
pygwb 1.5.1 py311h38be061_0 conda-forge
pyinotify 0.9.6 py311h38be061_1007 conda-forge
pyjuliacall 0.9.28 pyhd8ed1ab_0 conda-forge
pyjuliapkg 0.1.22 pyhd8ed1ab_0 conda-forge
pyjwt 2.10.1 pyhd8ed1ab_0 conda-forge
pykerr 0.2.0 pyhd8ed1ab_0 conda-forge
pylint 4.0.4 pyhcf101f3_0 conda-forge
pymodbus 3.11.4 pyhcf101f3_0 conda-forge
pynacl 1.6.1 py311h49ec1c0_0 conda-forge
pyomicron 2.0.6 pyhd8ed1ab_0 conda-forge
pyopenssl 25.3.0 pyhd8ed1ab_0 conda-forge
pyparsing 3.2.5 pyhcf101f3_0 conda-forge
pyproject_hooks 1.2.0 pyhd8ed1ab_1 conda-forge
pyqt 5.15.11 py311h0580839_2 conda-forge
pyqt5-sip 12.17.0 py311h1ddb823_2 conda-forge
pyqtgraph 0.13.7 pyhd8ed1ab_1 conda-forge
pyringgw 2.6.0 py311h07ce7c0_1 conda-forge
pyrxp 3.0.1 py311h49ec1c0_6 conda-forge
pyseobnr 0.3.5 py311h7db5c69_0 conda-forge
pyserial 3.5 pyhd8ed1ab_1 conda-forge
pyserver 1.1.2 pyhd8ed1ab_0 conda-forge
pysocks 1.7.1 pyha55dd90_7 conda-forge
pyspellchecker 0.8.0 pyhd8ed1ab_1 conda-forge
pytables 3.10.2 py311h6d53d72_0 conda-forge
pytango 10.0.0 py311hbb47fbb_1 conda-forge
pytest 8.3.5 pyhd8ed1ab_0 conda-forge
pytest-arraydiff 0.6.1 pyhd8ed1ab_1 conda-forge
pytest-astropy 0.11.0 pyhd8ed1ab_1 conda-forge
pytest-astropy-header 0.2.2 pyhd8ed1ab_1 conda-forge
pytest-benchmark 5.2.3 pyhd8ed1ab_0 conda-forge
pytest-console-scripts 1.4.1 pyhd8ed1ab_1 conda-forge
pytest-cov 7.0.0 pyhcf101f3_1 conda-forge
pytest-datadir 1.8.0 pyhd8ed1ab_0 conda-forge
pytest-doctestplus 1.6.0 pyhd8ed1ab_0 conda-forge
pytest-filter-subpackage 0.2.0 pyhd8ed1ab_1 conda-forge
pytest-freezer 0.4.9 pyhd8ed1ab_1 conda-forge
pytest-httpserver 1.1.3 pyhd8ed1ab_0 conda-forge
pytest-integration 0.2.3 pyhd8ed1ab_1 conda-forge
pytest-mock 3.15.1 pyhd8ed1ab_0 conda-forge
pytest-mpl 0.18.0 pyhd8ed1ab_0 conda-forge
pytest-remotedata 0.4.1 pyhd8ed1ab_0 conda-forge
pytest-requires 0.1.0 pyhd8ed1ab_1 conda-forge
pytest-rerunfailures 16.1 pyhd8ed1ab_0 conda-forge
pytest-runner 6.0.0 pyhd8ed1ab_0 conda-forge
pytest-socket 0.7.0 pyhd8ed1ab_1 conda-forge
pytest-timeout 2.4.0 pyhd8ed1ab_0 conda-forge
pytest-xdist 3.8.0 pyhd8ed1ab_0 conda-forge
pythia8 8.312 py311h6a962c2_305 conda-forge
python 3.11.14 hfe2f287_1_cpython conda-forge
python-avahi 0.8 py311h9dca484_9 conda-forge
python-awg 4.1.4 py311hba5a36b_3 conda-forge
python-benedict 0.24.3 pyhd8ed1ab_0 conda-forge
python-build 1.3.0 pyhff2d567_0 conda-forge
python-confluent-kafka 2.6.1 py311h9ecbd09_0 conda-forge
python-crontab 3.3.0 pyhff2d567_0 conda-forge
python-dateutil 2.9.0.post0 pyhe01879c_2 conda-forge
python-dotenv 1.2.1 pyhcf101f3_0 conda-forge
python-fastjsonschema 2.21.2 pyhe01879c_0 conda-forge
python-foton 4.1.4 py311h470c7b5_3 conda-forge
python-framel 8.47.2 py311h1f0f07a_0 conda-forge
python-fsutil 0.15.0 pyhff2d567_0 conda-forge
python-gds 3.0.1 py311h16df809_0 conda-forge
python-gil 3.11.14 hd8ed1ab_2 conda-forge
python-gitlab 7.0.0 pyh332efcf_0 conda-forge
python-graphviz 0.21 pyhbacfb6d_0 conda-forge
python-gssapi 1.10.1 py311he3cc2e5_1 conda-forge
python-htcondor 24.9.2 py311ha577239_0 conda-forge
python-installer 0.7.0 pyhff2d567_1 conda-forge
python-json-logger 2.0.7 pyhd8ed1ab_0 conda-forge
python-lal 7.6.1 fftw_py311hb915d49_100 conda-forge
python-lalburst 2.0.6 py311h7f0001c_0 conda-forge
python-lalframe 3.0.6 py311h9f3472d_0 conda-forge
python-lalinference 4.1.8 py311h9f3472d_0 conda-forge
python-lalinspiral 5.0.2 py311h9f3472d_0 conda-forge
python-lalmetaio 4.0.5 py311h9f3472d_2 conda-forge
python-lalpulsar 7.1.0 py311h9f3472d_0 conda-forge
python-lalsimulation 6.1.0 py311h33ea901_0 conda-forge
python-ldas-tools-al 2.6.10 py311h9547e67_3 conda-forge
python-ldas-tools-diskcacheapi 2.6.12 py311h9547e67_2 conda-forge
python-ldas-tools-frameapi 2.6.12 py311hdf42c0b_4 conda-forge
python-ldas-tools-framecpp 2.6.14 py311h8b32b4d_1 conda-forge
python-ldas-tools-ldasgen 2.6.10 py311h9547e67_3 conda-forge
python-ligo-lw 1.8.3 py311h459d7ec_3 conda-forge
python-nds2-client 0.16.12 py311h8b32b4d_2 conda-forge
python-slugify 8.0.4 pyhd8ed1ab_1 conda-forge
python-systemd 235 py311hf41f079_4 conda-forge
python-tzdata 2025.2 pyhd8ed1ab_0 conda-forge
python-wget 3.2 py_0 conda-forge
python-xxhash 3.5.0 py311h9ecbd09_1 conda-forge
python_abi 3.11 8_cp311 conda-forge
pythonvirgotools 5.1.3 pyhd8ed1ab_1 conda-forge
pytorch 2.4.1 cpu_mkl_py311hb499fb8_100 conda-forge
pytz 2025.2 pyhd8ed1ab_0 conda-forge
pyusb 1.3.1 pyhd8ed1ab_0 conda-forge
pyvo 1.8 pyhd8ed1ab_0 conda-forge
pywavelets 1.8.0 py311h9f3472d_0 conda-forge
pyyaml 6.0.3 py311h3778330_0 conda-forge
pyzmq 27.1.0 py311h2315fbb_0 conda-forge
qhull 2020.2 h434a139_5 conda-forge
qnm 0.4.4 pyhd8ed1ab_1 conda-forge
qt-main 5.15.15 h3a7ef08_5 conda-forge
qtpy 2.4.3 pyhd8ed1ab_1 conda-forge
quantiphy 2.20 pyhd8ed1ab_2 conda-forge
quaternion 2024.0.13 py311h0372a8f_0 conda-forge
quaternionic 1.0.17 pyhd8ed1ab_0 conda-forge
rapid-pe 0.1.1 py311h38be061_0 conda-forge
rapidfuzz 3.14.3 py311h1ddb823_1 conda-forge
rapidpe-rift-pipe 0.7.0 pyhff2d567_0 conda-forge
rav1e 0.7.1 h8fae777_3 conda-forge
rdma-core 60.0 hecca717_0 conda-forge
re2 2023.09.01 h7f4b329_2 conda-forge
readline 8.2 h8c095d6_2 conda-forge
readme_renderer 44.0 pyhd8ed1ab_1 conda-forge
referencing 0.37.0 pyhcf101f3_0 conda-forge
regex 2025.11.3 py311h49ec1c0_1 conda-forge
regions 0.11 py311h0372a8f_0 conda-forge
reproject 0.10.0 py311h1f0f07a_1 conda-forge
requests 2.32.5 pyhd8ed1ab_0 conda-forge
requests-ecp 0.3.1 pyhd8ed1ab_0 conda-forge
requests-gracedb 0.2.2 pyhd8ed1ab_0 conda-forge
requests-gssapi 1.4.0 pyhd8ed1ab_0 conda-forge
requests-mock 1.12.1 pyhd8ed1ab_1 conda-forge
requests-toolbelt 1.0.0 pyhd8ed1ab_1 conda-forge
rfc3339-validator 0.1.4 pyhd8ed1ab_1 conda-forge
rfc3986 2.0.0 pyhd8ed1ab_1 conda-forge
rfc3986-validator 0.1.1 pyh9f0ad1d_0 conda-forge
rfc3987-syntax 1.1.0 pyhe01879c_1 conda-forge
rhash 1.4.6 hb9d3cd8_1 conda-forge
rich 13.3.1 pyhd8ed1ab_0 conda-forge
rift 0.0.15.11 py311h38be061_1 conda-forge
root_base 6.32.2 py311h49c8ef1_3 conda-forge
rpds-py 0.30.0 py311h902ca64_0 conda-forge
ruamel.yaml 0.18.16 py311h49ec1c0_0 conda-forge
ruamel.yaml.clib 0.2.14 py311h49ec1c0_0 conda-forge
s2n 1.5.5 h3931f03_0 conda-forge
s3fs 2025.10.0 pyhd8ed1ab_0 conda-forge
safe-netrc 1.0.1 pyhd8ed1ab_0 conda-forge
sbank 1.0.5 py311h9f3472d_0 conda-forge
scikit-image 0.25.2 py311hed34c8f_2 conda-forge
scikit-learn 1.2.1 py311h67c5ca5_0 conda-forge
scipy 1.13.1 py311h517d4fd_0 conda-forge
scitokens 1.8.1 pyhd8ed1ab_0 conda-forge
scitokens-cpp 1.1.3 h6ac2c77_0 conda-forge
scramp 1.4.6 pyhd8ed1ab_0 conda-forge
scri 2024.0.5 pyhd8ed1ab_0 conda-forge
seaborn 0.12.2 hd8ed1ab_0 conda-forge
seaborn-base 0.12.2 pyhd8ed1ab_0 conda-forge
secretstorage 3.4.1 py311h38be061_0 conda-forge
semver 3.0.4 pyhd8ed1ab_0 conda-forge
send2trash 1.8.3 pyh0d859eb_1 conda-forge
setproctitle 1.3.6 py311h49ec1c0_2 conda-forge
setuptools 80.9.0 pyhff2d567_0 conda-forge
setuptools-scm 9.2.2 pyhd8ed1ab_0 conda-forge
shapely 2.1.2 py311h8a92878_2 conda-forge
shellingham 1.5.4 pyhd8ed1ab_2 conda-forge
simpleeval 1.0.3 pyhd8ed1ab_0 conda-forge
sip 6.10.0 py311h1ddb823_1 conda-forge
siscone 3.1.2 h9e02651_2 conda-forge
six 1.17.0 pyhe01879c_1 conda-forge
sleef 3.9.0 ha0421bc_0 conda-forge
sly 0.4 pyhd8ed1ab_1 conda-forge
slycot 0.6.1 py311h834fb1a_2 conda-forge
smmap 5.0.2 pyhd8ed1ab_0 conda-forge
snappy 1.2.2 h03e3b7b_1 conda-forge
snax 0.5.2 pyhccb5c55_1 conda-forge
sniffio 1.3.1 pyhd8ed1ab_2 conda-forge
solar_system_ephemerides 1.2.0 pyhd8ed1ab_0 conda-forge
sortedcontainers 2.4.0 pyhd8ed1ab_1 conda-forge
soupsieve 2.8 pyhd8ed1ab_0 conda-forge
spherical 1.0.18 pyhd8ed1ab_0 conda-forge
spherical_functions 2023.0.2 pyhd8ed1ab_0 conda-forge
spinners 0.0.24 pyhd8ed1ab_1 conda-forge
spinsfast 2022.4.10 py311h8c890da_1 conda-forge
sqlalchemy 2.0.44 py311h49ec1c0_0 conda-forge
stack_data 0.6.3 pyhd8ed1ab_1 conda-forge
statsmodels 0.14.5 py311h0372a8f_1 conda-forge
suitesparse 7.10.1 ha0f6916_7100102 conda-forge
svt-av1 3.1.2 hecca717_0 conda-forge
swig 4.3.1 h32e72b7_1 conda-forge
sxs 2025.0.21 pyhd8ed1ab_0 conda-forge
sxscatalog 3.0.17 pyhd8ed1ab_0 conda-forge
sympy 1.14.0 pyh2585a3b_105 conda-forge
sysroot_linux-64 2.17 h0157908_18 conda-forge
tabulate 0.9.0 pyhd8ed1ab_2 conda-forge
tar 1.35 h3b78370_0 conda-forge
tbb 2021.13.0 hceb3a55_1 conda-forge
tcsh 6.24.16 h18c060e_0 conda-forge
tempo2 2024.12.1 hf42db76_1 conda-forge
termcolor 3.2.0 pyhd8ed1ab_0 conda-forge
terminado 0.18.1 pyh0d859eb_0 conda-forge
testfixtures 10.0.0 pyhd8ed1ab_0 conda-forge
text-unidecode 1.3 pyhd8ed1ab_2 conda-forge
threadpoolctl 3.6.0 pyhecae5ae_0 conda-forge
tifffile 2024.12.12 pyhd8ed1ab_0 conda-forge
tinycss2 1.5.1 pyhcf101f3_0 conda-forge
tinydb 4.8.2 pyhd8ed1ab_1 conda-forge
tk 8.6.13 noxft_ha0e22de_103 conda-forge
tmux 3.6 hb764a82_0 conda-forge
toml 0.10.2 pyhcf101f3_3 conda-forge
tomli 2.3.0 pyhcf101f3_0 conda-forge
tomli-w 1.2.0 pyhd8ed1ab_0 conda-forge
tomlkit 0.13.3 pyha770c72_0 conda-forge
toolz 1.1.0 pyhd8ed1ab_1 conda-forge
tornado 6.5.2 py311h49ec1c0_2 conda-forge
tqdm 4.67.1 pyhd8ed1ab_1 conda-forge
traitlets 5.14.3 pyhd8ed1ab_1 conda-forge
traittypes 0.2.3 pyh332efcf_0 conda-forge
trove-classifiers 2025.12.1.14 pyhd8ed1ab_0 conda-forge
twine 6.2.0 pyhcf101f3_0 conda-forge
typed-ast 1.5.5 py311h459d7ec_1 conda-forge
typing-extensions 4.15.0 h396c80c_0 conda-forge
typing-inspection 0.4.2 pyhd8ed1ab_1 conda-forge
typing_extensions 4.15.0 pyhcf101f3_0 conda-forge
typing_utils 0.1.0 pyhd8ed1ab_1 conda-forge
tzdata 2025b h78e105d_0 conda-forge
tzlocal 2.1 pyh9f0ad1d_0 conda-forge
ucc 1.4.4 h2b97398_0 conda-forge
ucx 1.18.1 h1369271_0 conda-forge
ujson 5.11.0 py311hc665b79_1 conda-forge
unicodedata2 17.0.0 py311h49ec1c0_1 conda-forge
uproot 4.3.7 py311h38be061_2 conda-forge
uproot-base 4.3.7 pyhb29723e_2 conda-forge
upv 3.2.0 hb88899a_6 conda-forge
uri-template 1.3.0 pyhd8ed1ab_1 conda-forge
urllib3 1.26.20 pyhd8ed1ab_0 conda-forge
vdt 0.4.4 h59595ed_0 conda-forge
vector-classes 1.4.5 h297d8ca_0 conda-forge
vetoperf 3.2.0 hb88899a_6 conda-forge
virtualenv 20.35.4 pyhd8ed1ab_0 conda-forge
voeventlib 1.2 py_0 conda-forge
watchdog 6.0.0 py311h38be061_2 conda-forge
wayland 1.24.0 h3e06ad9_0 conda-forge
wcwidth 0.2.14 pyhd8ed1ab_0 conda-forge
webcolors 25.10.0 pyhd8ed1ab_0 conda-forge
webencodings 0.5.1 pyhd8ed1ab_3 conda-forge
websocket-client 1.9.0 pyhd8ed1ab_0 conda-forge
werkzeug 3.1.4 pyhcf101f3_0 conda-forge
wget 1.25.0 hc2d8bac_0 conda-forge
wheel 0.45.1 pyhd8ed1ab_1 conda-forge
widgetsnbextension 4.0.15 pyhd8ed1ab_0 conda-forge
wrapt 1.17.3 py311h49ec1c0_1 conda-forge
x265 3.5 h924138e_3 conda-forge
xarray 2024.7.0 pyhd8ed1ab_0 conda-forge
xarray-einstats 0.8.0 pyhd8ed1ab_1 conda-forge
xcb-util 0.4.1 h4f16b4b_2 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
xgboost 1.7.6 cpu_py311h0a621ce_6 conda-forge
xkeyboard-config 2.46 hb03c661_0 conda-forge
xmltodict 1.0.2 pyhcf101f3_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 hb03c661_1 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 hb03c661_1 conda-forge
xorg-libxext 1.3.6 hb9d3cd8_0 conda-forge
xorg-libxfixes 6.0.2 hb03c661_0 conda-forge
xorg-libxft 2.3.9 h355ab9f_0 conda-forge
xorg-libxi 1.8.2 hb9d3cd8_0 conda-forge
xorg-libxinerama 1.1.5 h5888daf_1 conda-forge
xorg-libxpm 3.5.17 hb9d3cd8_1 conda-forge
xorg-libxrandr 1.5.4 hb9d3cd8_0 conda-forge
xorg-libxrender 0.9.12 hb9d3cd8_0 conda-forge
xorg-libxshmfence 1.3.3 hb9d3cd8_0 conda-forge
xorg-libxt 1.3.1 hb9d3cd8_0 conda-forge
xorg-libxtst 1.2.5 hb9d3cd8_3 conda-forge
xorg-libxxf86vm 1.1.6 hb9d3cd8_0 conda-forge
xorg-xorgproto 2024.1 hb9d3cd8_1 conda-forge
xrootd 5.8.4 py311h2271bf8_0 conda-forge
xxhash 0.8.2 hd590300_0 conda-forge
xz 5.8.1 hbcc6ac9_2 conda-forge
xz-gpl-tools 5.8.1 hbcc6ac9_2 conda-forge
xz-tools 5.8.1 hb9d3cd8_2 conda-forge
yaml 0.2.5 h280c20c_3 conda-forge
yarl 1.22.0 py311h3778330_0 conda-forge
zenodo_get 1.6.1 pyhd8ed1ab_0 conda-forge
zeromq 4.3.5 h387f397_9 conda-forge
zfp 1.0.1 h909a3a2_3 conda-forge
zipp 3.23.0 pyhcf101f3_1 conda-forge
zlib 1.3.1 hb9d3cd8_2 conda-forge
zlib-ng 2.2.5 hde8ca8f_1 conda-forge
zstandard 0.25.0 py311haee01d2_1 conda-forge
zstd 1.5.7 h3691f8a_5 conda-forge