Skip to content

igwn

This page describes the igwn environment.

igwn is an alias for igwn-py310

The igwn environment is an alias for igwn-py310.

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
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 2_kmp_llvm conda-forge
_py-xgboost-mutex 2.0 cpu_0 conda-forge
_x86_64-microarch-level 3 2_haswell conda-forge
adc-streaming 2.4.0 pyhd8ed1ab_0 conda-forge
ads 0.12.7 pyhd8ed1ab_0 conda-forge
adwaita-icon-theme 47.0 unix_0 conda-forge
aiohappyeyeballs 2.4.6 pyhd8ed1ab_0 conda-forge
aiohttp 3.11.12 py310h89163eb_0 conda-forge
aiosignal 1.3.2 pyhd8ed1ab_0 conda-forge
alembic 1.14.1 pyhd8ed1ab_0 conda-forge
alsa-lib 1.2.13 hb9d3cd8_0 conda-forge
amqp 5.2.0 pyhd8ed1ab_2 conda-forge
annotated-types 0.7.0 pyhd8ed1ab_1 conda-forge
anyio 4.8.0 pyhd8ed1ab_0 conda-forge
anywidget 0.9.13 pyhd8ed1ab_2 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.5.2 pyhd8ed1ab_0 conda-forge
argon2-cffi 23.1.0 pyhd8ed1ab_1 conda-forge
argon2-cffi-bindings 21.2.0 py310ha75aee5_5 conda-forge
arrow 1.3.0 pyhd8ed1ab_1 conda-forge
arviz 0.20.0 pyhd8ed1ab_1 conda-forge
asciitree 0.3.3 py_2 conda-forge
asimov 0.5.8 pyhd8ed1ab_0 conda-forge
asimov-gwdata 0.4.1 pyhd8ed1ab_0 conda-forge
astroid 3.3.8 py310hff52083_0 conda-forge
astroplan 0.10.1 pyhd8ed1ab_2 conda-forge
astropy 6.1.6 py310hf462985_0 conda-forge
astropy-base 6.1.6 h65202da_0 conda-forge
astropy-healpix 1.0.3 py310hf462985_3 conda-forge
astropy-iers-data 0.2025.2.10.0.33.26 pyhd8ed1ab_0 conda-forge
astroquery 0.4.9.post1 pyhd8ed1ab_0 conda-forge
asttokens 3.0.0 pyhd8ed1ab_1 conda-forge
async-lru 2.0.4 pyhd8ed1ab_1 conda-forge
async-timeout 5.0.1 pyhd8ed1ab_1 conda-forge
async_generator 1.10 pyhd8ed1ab_2 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.1 h166bdaf_1 conda-forge
attrs 25.1.0 pyh71513ae_0 conda-forge
authlib 1.4.1 pyhd8ed1ab_0 conda-forge
autoconf 2.71 pl5321h2b4cb7a_1 conda-forge
automake 1.17 pl5321ha770c72_0 conda-forge
awkward 1.10.3 py310heca2aa9_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 2.2.1 pyhd8ed1ab_1 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 py310hff52083_2 conda-forge
bc 1.07.1 h7f98852_0 conda-forge
bcrypt 4.2.1 py310h505e2c1_0 conda-forge
beautifulsoup4 4.13.3 pyha770c72_0 conda-forge
bilby 2.2.2.1 pyhd8ed1ab_0 conda-forge
bilby.cython 0.4.2 py310h1f7b6fc_1 conda-forge
bilby_pipe 1.4.0 pyhd8ed1ab_0 conda-forge
billiard 3.6.4.0 py310h5764c6d_3 conda-forge
binutils 2.43 h4852527_2 conda-forge
binutils_impl_linux-64 2.43 h4bf12b8_2 conda-forge
binutils_linux-64 2.43 h4852527_2 conda-forge
black 25.1.0 py310hff52083_0 conda-forge
bleach 6.2.0 pyh29332c3_4 conda-forge
bleach-with-css 6.2.0 h82add2a_4 conda-forge
blinker 1.9.0 pyhff2d567_0 conda-forge
blosc 1.21.6 hef167b5_0 conda-forge
bokeh 3.6.3 pyhd8ed1ab_0 conda-forge
boto3 1.36.20 pyhd8ed1ab_0 conda-forge
botocore 1.36.20 pyge310_1234567_0 conda-forge
bottle 0.13.1 pyhd8ed1ab_0 conda-forge
brotli 1.1.0 hb9d3cd8_2 conda-forge
brotli-bin 1.1.0 hb9d3cd8_2 conda-forge
brotli-python 1.1.0 py310hf71b8c6_2 conda-forge
bruco 0.2.3 py310hff52083_1 conda-forge
brunsli 0.1 h9c3ff4c_0 conda-forge
bzip2 1.0.8 h4bc722e_7 conda-forge
c-ares 1.34.4 hb9d3cd8_0 conda-forge
c-blosc2 2.15.2 h68e2383_0 conda-forge
c-compiler 1.9.0 h2b85faf_0 conda-forge
ca-certificates 2025.1.31 hbcca054_0 conda-forge
cachecontrol 0.14.2 pyha770c72_0 conda-forge
cachecontrol-with-filecache 0.14.2 pyhd8ed1ab_0 conda-forge
cached-property 1.5.2 hd8ed1ab_1 conda-forge
cached_interpolate 0.3.1 py310hf462985_1 conda-forge
cached_property 1.5.2 pyha770c72_1 conda-forge
cachy 0.3.0 pyhd8ed1ab_2 conda-forge
cairo 1.18.2 h3394656_1 conda-forge
cairocffi 1.7.1 pyhd8ed1ab_1 conda-forge
cairosvg 2.7.1 pyhd8ed1ab_1 conda-forge
cbcflow 0.5.1 pyhd8ed1ab_0 conda-forge
cds-crtools 4.1.4 py310hda2934c_3 conda-forge
cdshealpix 0.7.1 py310ha75aee5_1 conda-forge
cdsutils 1.6.0 pyhd8ed1ab_0 conda-forge
celery 5.2.7 pyhd8ed1ab_0 conda-forge
certifi 2025.1.31 pyhd8ed1ab_0 conda-forge
certipy 0.2.1 pyhd8ed1ab_1 conda-forge
cffi 1.17.1 py310h8deb56e_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.1 pyhd8ed1ab_0 conda-forge
chealpix 3.31.0 hb8463f3_6 conda-forge
chndump 4.1.4 hb9d3cd8_3 conda-forge
ciecplib 0.8.2 pyhd8ed1ab_0 conda-forge
cleo 2.1.0 pyhd8ed1ab_1 conda-forge
click 8.0.4 py310hff52083_0 conda-forge
click-default-group 1.2.4 pyhd8ed1ab_1 conda-forge
click-didyoumean 0.3.1 pyhd8ed1ab_1 conda-forge
click-plugins 1.1.1 pyhd8ed1ab_1 conda-forge
click-repl 0.3.0 pyhd8ed1ab_0 conda-forge
clikit 0.6.2 pyhd8ed1ab_3 conda-forge
cloudpickle 3.1.1 pyhd8ed1ab_0 conda-forge
cm 10.3.7 h59595ed_0 conda-forge
cmake 3.31.5 h74e3db0_0 conda-forge
cmarkgfm 2024.11.20 py310ha75aee5_0 conda-forge
colorama 0.4.6 pyhd8ed1ab_1 conda-forge
coloredlogs 15.0.1 pyhd8ed1ab_4 conda-forge
comm 0.2.2 pyhd8ed1ab_1 conda-forge
conda-lock 2.5.7 pyhd8ed1ab_1 conda-forge
configargparse 1.7 pyhd8ed1ab_1 conda-forge
configparser 7.1.0 pyhd8ed1ab_1 conda-forge
configurable-http-proxy 4.6.3 hbf95b10_0 conda-forge
contourpy 1.3.1 py310h3788b33_0 conda-forge
control 0.10.1 pyhd8ed1ab_1 conda-forge
coreutils 9.5 hd590300_0 conda-forge
corner 2.2.3 pyhd8ed1ab_1 conda-forge
coverage 7.6.12 py310h89163eb_0 conda-forge
cpnest 0.11.7 py310hf462985_1 conda-forge
cpptango 10.0.0 hc1a1998_0 conda-forge
cpython 3.10.16 py310hd8ed1ab_1 conda-forge
crashtest 0.4.1 pyhd8ed1ab_1 conda-forge
crtools-gui-libraries 4.1.4 hb88899a_3 conda-forge
cryptography 44.0.1 py310h6c63255_0 conda-forge
cssselect2 0.2.1 pyh9f0ad1d_1 conda-forge
cuda-version 11.2 hb11dac2_3 conda-forge
cudatoolkit 11.2.2 hc23eb0c_13 conda-forge
cupy 13.3.0 py310h189a05f_2 conda-forge
cupy-core 13.3.0 py310h5da974a_2 conda-forge
curl 8.12.1 h332b0f4_0 conda-forge
cwb 6.4.6.0 h4ca5e28_4 conda-forge
cweqgen 0.4.3 pyhd8ed1ab_0 conda-forge
cwinpy 1.3.1 py310hf462985_0 conda-forge
cxx-compiler 1.9.0 h1a2810e_0 conda-forge
cycler 0.12.1 pyhd8ed1ab_1 conda-forge
cyrus-sasl 2.1.27 h54b06d7_7 conda-forge
cython 3.0.12 py310had8cdd9_0 conda-forge
cytoolz 1.0.1 py310ha75aee5_0 conda-forge
dask 2023.10.1 pyhd8ed1ab_0 conda-forge
dask-core 2023.10.1 pyhd8ed1ab_0 conda-forge
dataclasses 0.8 pyhc8e2a94_3 conda-forge
dateparser 1.2.0 pyhd8ed1ab_1 conda-forge
dav1d 1.2.1 hd590300_0 conda-forge
davix 0.8.9 hc08bb4d_0 conda-forge
dbus 1.13.6 h5008d03_3 conda-forge
dbus-python 1.3.2 py310h8378064_5 conda-forge
dcc 0.8.0 pyhd8ed1ab_0 conda-forge
debugpy 1.8.12 py310hf71b8c6_0 conda-forge
declarative 1.3.2 pyhd8ed1ab_1 conda-forge
decorator 5.1.1 pyhd8ed1ab_1 conda-forge
deepdish 0.3.7 pyhd8ed1ab_1 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
deprecated 1.2.18 pyhd8ed1ab_0 conda-forge
dill 0.3.9 pyhd8ed1ab_1 conda-forge
distlib 0.3.9 pyhd8ed1ab_1 conda-forge
distributed 2023.10.1 pyhd8ed1ab_0 conda-forge
distromax 1.0.4 pyhd8ed1ab_0 conda-forge
dmtviewer 4.1.4 hb88899a_3 conda-forge
docutils 0.21.2 pyhd8ed1ab_1 conda-forge
dqsegdb 2.1.0 py310hff52083_0 conda-forge
dqsegdb2 1.2.1 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.22.7 py310h505e2c1_0 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.4.4 pyhd8ed1ab_1 conda-forge
ephem 4.1.6 py310ha75aee5_0 conda-forge
epics-base 7.0.7.0 h2dfad98_0 conda-forge
epoxy 1.5.10 h166bdaf_1 conda-forge
exceptiongroup 1.2.2 pyhd8ed1ab_1 conda-forge
execnet 2.1.1 pyhd8ed1ab_1 conda-forge
executing 2.1.0 pyhd8ed1ab_1 conda-forge
expat 2.6.4 h5888daf_0 conda-forge
ezca 1.4.0 py_0 conda-forge
ezdag 0.4.0 pyh10731e1_0 conda-forge
fastavro 1.10.0 py310ha75aee5_0 conda-forge
fasteners 0.19 pyhd8ed1ab_1 conda-forge
fastjet-cxx 3.4.3 h84d6215_1 conda-forge
fastrlock 0.8.3 py310h8c668a6_1 conda-forge
fd 8.61.1 hd590300_0 conda-forge
fftw 3.3.10 nompi_hf1063bd_110 conda-forge
filelock 3.17.0 pyhd8ed1ab_0 conda-forge
finesse 3.0a27 py310h87957cc_0 conda-forge
flake8 7.1.1 pyhd8ed1ab_1 conda-forge
flask 2.2.5 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.56.0 py310h89163eb_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.12.1 h267a509_2 conda-forge
freezegun 1.5.0 pyhd8ed1ab_1 conda-forge
fribidi 1.0.10 h36c2ea0_0 conda-forge
frozenlist 1.5.0 py310h89163eb_1 conda-forge
frv 4.38.7 hce2fd33_0 conda-forge
fsspec 2025.2.0 pyhd8ed1ab_0 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 py310h1b4ebb0_1 conda-forge
g-ir-host-tools 1.78.1 hfff48b1_1 conda-forge
gcc 13.3.0 h9576a4e_1 conda-forge
gcc_impl_linux-64 13.3.0 hfea6d02_1 conda-forge
gcc_linux-64 13.3.0 hc28eda2_7 conda-forge
gcn-kafka 0.3.3 pyhd8ed1ab_2 conda-forge
gdk-pixbuf 2.42.12 hb9ae30d_0 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 h84d6215_4 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.13.0 h5888daf_0 conda-forge
gettext 0.23.1 h5888daf_0 conda-forge
gettext-tools 0.23.1 h5888daf_0 conda-forge
gflags 2.2.2 h5888daf_1005 conda-forge
ghostscript 10.04.0 h5888daf_0 conda-forge
giflib 5.2.2 hd590300_0 conda-forge
git 2.47.1 pl5321h59d505e_0 conda-forge
git-lfs 3.6.1 h59e48b9_0 conda-forge
gitdb 4.0.12 pyhd8ed1ab_0 conda-forge
gitpython 3.1.44 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.82.2 h07242d1_1 conda-forge
glib-networking 2.80.0 h2ef3c98_0 conda-forge
glib-tools 2.82.2 h4833e2c_1 conda-forge
glog 0.7.1 hbabe93e_0 conda-forge
gmp 6.3.0 hac33072_2 conda-forge
gmpy2 2.1.5 py310he8512ff_3 conda-forge
gobject-introspection 1.78.1 py310h30b043a_1 conda-forge
googleapis-common-protos 1.67.0 pyhd8ed1ab_0 conda-forge
gprof2dot 2024.6.6 pyhd8ed1ab_1 conda-forge
gpstime 0.8.2 pyh707e725_1 conda-forge
gql 3.5.0 pyhd8ed1ab_2 conda-forge
gracedb-sdk 0.2.0 pyhd8ed1ab_0 conda-forge
graphite2 1.3.13 h59595ed_1003 conda-forge
graphql-core 3.2.6 pyh29332c3_0 conda-forge
graphviz 12.2.1 h5ae0cbf_1 conda-forge
greenlet 3.1.1 py310hf71b8c6_1 conda-forge
grpcio 1.62.2 py310h1b8f574_0 conda-forge
gsl 2.7 he838d99_0 conda-forge
gsoap 2.8.123 h8dc497d_0 conda-forge
gst-plugins-base 1.24.7 h0a52356_0 conda-forge
gst-plugins-good 1.24.7 h86e0682_0 conda-forge
gst-python 1.24.11 py310hea0892e_0 conda-forge
gstlal 1.13.0 py310hd1dac9b_5 conda-forge
gstlal-burst 0.5.0 py310h19000aa_2 conda-forge
gstlal-calibration 1.5.9 py310hab0fab8_0 conda-forge
gstlal-inspiral 1.11.0 py310h91e5d34_3 conda-forge
gstlal-ugly 1.14.0 py310h88be2b6_6 conda-forge
gstreamer 1.24.7 hf3bb09a_0 conda-forge
gstreamer-orc 0.4.40 hb9d3cd8_0 conda-forge
gtest 1.15.2 h434a139_0 conda-forge
gtk3 3.24.43 h021d004_3 conda-forge
gts 0.7.6 h977cf35_4 conda-forge
guardian 1.4.4 py310hff52083_3 conda-forge
gwdatafind 1.2.0 pyhd8ed1ab_0 conda-forge
gwdetchar 2.0.6 pyhd8ed1ab_0 conda-forge
gwinc 0.2.2 pyhd8ed1ab_0 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.9 pyhd8ed1ab_0 conda-forge
gwsumm 2.1.1 pyhd8ed1ab_0 conda-forge
gwsurrogate 1.1.6 py310h932ad9d_3 conda-forge
gwtc-tools 0.1.5 pyhd8ed1ab_0 conda-forge
gwtools 1.1.9 pyhd8ed1ab_1 conda-forge
gwtrigfind 0.8.0 py_0 conda-forge
gxx 13.3.0 h9576a4e_1 conda-forge
gxx_impl_linux-64 13.3.0 hdbfa832_1 conda-forge
gxx_linux-64 13.3.0 h6834431_7 conda-forge
gzip 1.13 hd590300_0 conda-forge
h11 0.14.0 pyhd8ed1ab_1 conda-forge
h2 4.2.0 pyhd8ed1ab_0 conda-forge
h5netcdf 1.5.0 pyhd8ed1ab_0 conda-forge
h5py 3.12.1 nompi_py310h60e0fe6_103 conda-forge
halo 0.0.31 pyhd8ed1ab_1 conda-forge
harfbuzz 10.2.0 h4bba637_0 conda-forge
hdf5 1.14.3 nompi_h2d575fe_109 conda-forge
healpix_cxx 3.81 hafdfb7f_4 conda-forge
healpy 1.18.0 py310h126c518_1 conda-forge
hicolor-icon-theme 0.17 ha770c72_2 conda-forge
hop-client 0.10.1 pyhd8ed1ab_1 conda-forge
hpack 4.1.0 pyhd8ed1ab_0 conda-forge
htchirp 2.0 pyh9f0ad1d_0 conda-forge
htcondor-classads 23.10.1 heed6a68_0 conda-forge
htgettoken 2.0 py310hff52083_1 conda-forge
htmap 0.6.1 pyhd8ed1ab_2 conda-forge
html2text 2024.2.26 pyhd8ed1ab_2 conda-forge
html5lib 1.1 pyhd8ed1ab_2 conda-forge
httpcore 1.0.7 pyh29332c3_1 conda-forge
httpx 0.28.1 pyhd8ed1ab_0 conda-forge
humanfriendly 10.0 pyh707e725_8 conda-forge
humanize 4.11.0 pyhd8ed1ab_1 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.125.1 pyha770c72_0 conda-forge
icu 75.1 he02047a_0 conda-forge
id 1.5.0 pyh29332c3_0 conda-forge
idna 3.10 pyhd8ed1ab_1 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.0.2 pyhd8ed1ab_0 conda-forge
igwn-cmake-macros 1.5.0 ha770c72_0 conda-forge
igwn-ligolw 2.0.0 py310ha75aee5_1 conda-forge
igwn-lldd-common 0.2.0 pyhd8ed1ab_0 conda-forge
igwn-lldd-fdio 0.1.0 pyhd8ed1ab_0 conda-forge
igwn-segments 2.0.0 py310ha75aee5_1 conda-forge
imagecodecs 2024.9.22 py310hdbe5077_0 conda-forge
imageio 2.37.0 pyhfb79c49_0 conda-forge
imagemagick 7.1.1_43 imagemagick_hf2058d9_2 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.0.0 pyhd8ed1ab_1 conda-forge
inspiral-range 0.9.2 pyh707e725_4 conda-forge
ipyaladin 0.5.2 pyhd8ed1ab_0 conda-forge
ipykernel 6.29.5 pyh3099207_0 conda-forge
ipympl 0.9.6 pyhd8ed1ab_0 conda-forge
ipython 8.32.0 pyh907856f_0 conda-forge
ipython_genutils 0.2.0 pyhd8ed1ab_2 conda-forge
ipywidgets 8.1.5 pyhd8ed1ab_1 conda-forge
isoduration 20.11.0 pyhd8ed1ab_1 conda-forge
isort 6.0.0 pyhd8ed1ab_0 conda-forge
itsdangerous 2.2.0 pyhd8ed1ab_1 conda-forge
jack 1.9.22 h7c63dc7_2 conda-forge
jaraco.classes 3.4.0 pyhd8ed1ab_2 conda-forge
jaraco.context 6.0.1 pyhd8ed1ab_0 conda-forge
jaraco.functools 4.1.0 pyhd8ed1ab_0 conda-forge
jax 0.4.24 pyhd8ed1ab_0 conda-forge
jaxlib 0.4.24 cpu_py310hc567d87_0 conda-forge
jbig 2.1 h7f98852_2003 conda-forge
jedi 0.19.2 pyhd8ed1ab_1 conda-forge
jeepney 0.8.0 pyhd8ed1ab_0 conda-forge
jinja2 3.1.5 pyhd8ed1ab_0 conda-forge
jmespath 1.0.1 pyhd8ed1ab_1 conda-forge
joblib 1.4.2 pyhd8ed1ab_1 conda-forge
jplephem 2.21 pyh9b8db34_1 conda-forge
jq 1.7.1 hd590300_0 conda-forge
json5 0.10.0 pyhd8ed1ab_1 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 py310hff52083_1 conda-forge
jsonschema 4.23.0 pyhd8ed1ab_1 conda-forge
jsonschema-specifications 2024.10.1 pyhd8ed1ab_1 conda-forge
jsonschema-with-format-nongpl 4.23.0 hd8ed1ab_1 conda-forge
jupyter 1.1.1 pyhd8ed1ab_1 conda-forge
jupyter-lsp 2.2.5 pyhd8ed1ab_1 conda-forge
jupyter_client 8.6.3 pyhd8ed1ab_1 conda-forge
jupyter_console 6.6.3 pyhd8ed1ab_1 conda-forge
jupyter_core 5.7.2 pyh31011fe_1 conda-forge
jupyter_events 0.12.0 pyh29332c3_0 conda-forge
jupyter_server 2.15.0 pyhd8ed1ab_0 conda-forge
jupyter_server_terminals 0.5.3 pyhd8ed1ab_1 conda-forge
jupyterhub 5.2.1 pyh31011fe_0 conda-forge
jupyterhub-base 5.2.1 pyh31011fe_0 conda-forge
jupyterhub-singleuser 5.2.1 pyh31011fe_0 conda-forge
jupyterlab 4.3.5 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.13 pyhd8ed1ab_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.6.0 pyha804496_0 conda-forge
keyutils 1.6.1 h166bdaf_0 conda-forge
kiwisolver 1.4.7 py310h3788b33_0 conda-forge
kombine 0.8.4 py_0 conda-forge
kombu 5.4.1 py310hff52083_0 conda-forge
krb5 1.21.3 h659f571_0 conda-forge
lal 7.6.1 fftw_py310h1c29c45_100 conda-forge
lalapps 10.0.2 py310h86f6490_1 conda-forge
lalburst 2.0.6 py310ha75aee5_0 conda-forge
lalframe 3.0.6 py310ha75aee5_0 conda-forge
lalinference 4.1.8 mpi_openmpi_py310hc0bd740_0 conda-forge
lalinference-data 4.1.8 ha770c72_0 conda-forge
lalinspiral 5.0.2 py310ha75aee5_0 conda-forge
lalmetaio 4.0.5 py310ha75aee5_2 conda-forge
lalpulsar 7.1.0 py310hd646104_0 conda-forge
lalpulsar-data 7.1.0 ha770c72_0 conda-forge
lalsimulation 6.1.0 py310h3d19903_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
lazy-loader 0.4 pyhd8ed1ab_2 conda-forge
lazy_loader 0.4 pyhd8ed1ab_2 conda-forge
lcms2 2.17 h717163a_0 conda-forge
ld_impl_linux-64 2.43 h712a8e2_2 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 h27087fc_0 conda-forge
libabseil 20240116.2 cxx17_he02047a_1 conda-forge
libaec 1.1.3 h59595ed_0 conda-forge
libamd 3.3.3 ss783_h889e182 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.23.1 h8e693c7_0 conda-forge
libasprintf-devel 0.23.1 h8e693c7_0 conda-forge
libavif16 1.1.1 h1909e37_2 conda-forge
libawg 4.1.4 hb9d3cd8_3 conda-forge
libblas 3.9.0 28_h59b9bed_openblas conda-forge
libboost 1.84.0 h6c02f8c_7 conda-forge
libboost-python 1.86.0 py310ha2bacc8_3 conda-forge
libbrotlicommon 1.1.0 hb9d3cd8_2 conda-forge
libbrotlidec 1.1.0 hb9d3cd8_2 conda-forge
libbrotlienc 1.1.0 hb9d3cd8_2 conda-forge
libbtf 2.3.2 ss783_h2377355 conda-forge
libcamd 3.3.3 ss783_h2377355 conda-forge
libcap 2.71 h39aace5_0 conda-forge
libcblas 3.9.0 28_he106b2a_openblas conda-forge
libccolamd 3.3.4 ss783_h2377355 conda-forge
libcholmod 5.3.0 ss783_h3fa60b6 conda-forge
libclang-cpp19.1 19.1.7 default_hb5137d0_1 conda-forge
libclang13 19.1.7 default_h9c6a7e4_1 conda-forge
libcolamd 3.3.4 ss783_h2377355 conda-forge
libcondor_utils 23.10.1 h2e7aa3c_0 conda-forge
libcrc32c 1.1.2 h9c3ff4c_0 conda-forge
libcups 2.3.3 h4637d8d_4 conda-forge
libcurl 8.12.1 h332b0f4_0 conda-forge
libcxsparse 4.4.1 ss783_h2377355 conda-forge
libcxx 18.1.8 h719d109_7 conda-forge
libcxxabi 18.1.8 hc655929_7 conda-forge
libdb 6.2.32 h9c3ff4c_0 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.124 hb9d3cd8_0 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
libev 4.33 hd590300_2 conda-forge
libevent 2.1.12 hf998b51_1 conda-forge
libexpat 2.6.4 h5888daf_0 conda-forge
libfabric 2.0.0 ha770c72_1 conda-forge
libfabric1 2.0.0 h14e6f36_1 conda-forge
libfantom 4.1.4 hd97a327_3 conda-forge
libffi 3.4.6 h2dba641_0 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
libgcc 14.2.0 h77fa898_1 conda-forge
libgcc-devel_linux-64 13.3.0 h84ea5a7_101 conda-forge
libgcc-ng 14.2.0 h69a702a_1 conda-forge
libgcrypt-lib 1.11.0 hb9d3cd8_2 conda-forge
libgd 2.3.3 h6f5c62b_11 conda-forge
libgettextpo 0.23.1 h5888daf_0 conda-forge
libgettextpo-devel 0.23.1 h5888daf_0 conda-forge
libgfortran 14.2.0 h69a702a_1 conda-forge
libgfortran-ng 14.2.0 h69a702a_1 conda-forge
libgfortran5 14.2.0 hd5240d6_1 conda-forge
libgirepository 1.78.1 h003a4f0_1 conda-forge
libgl 1.7.0 ha4b6fd6_2 conda-forge
libglib 2.82.2 h2ff4ddf_1 conda-forge
libglu 9.0.3 h03adeef_0 conda-forge
libglvnd 1.7.0 ha4b6fd6_2 conda-forge
libglx 1.7.0 ha4b6fd6_2 conda-forge
libgomp 14.2.0 h77fa898_1 conda-forge
libgoogle-cloud 2.29.0 h435de7b_0 conda-forge
libgoogle-cloud-storage 2.29.0 h0121fbd_0 conda-forge
libgpg-error 1.51 hbd13f7d_1 conda-forge
libgrpc 1.62.2 h15f2491_0 conda-forge
libheif 1.19.5 gpl_hc21c24c_100 conda-forge
libhwloc 2.11.2 default_h0d58e46_1001 conda-forge
libhwy 1.1.0 h00ab1b0_0 conda-forge
libiconv 1.17 hd590300_2 conda-forge
libidn2 2.3.7 hd590300_0 conda-forge
libjpeg-turbo 3.0.0 hd590300_1 conda-forge
libjxl 0.11.1 hdb8da77_0 conda-forge
libklu 2.3.5 ss783_hfbdfdfc 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 py310h3d19903_0 conda-forge
liblapack 3.9.0 28_h7ac8fdf_openblas conda-forge
libldl 3.3.2 ss783_h2377355 conda-forge
libllvm15 15.0.7 hb3ce162_4 conda-forge
libllvm16 16.0.6 hb3ce162_3 conda-forge
libllvm19 19.1.7 ha7bfdaf_1 conda-forge
liblzma 5.6.4 hb9d3cd8_0 conda-forge
liblzma-devel 5.6.4 hb9d3cd8_0 conda-forge
libmetaio 8.5.1 h753d276_1002 conda-forge
libnghttp2 1.64.0 h161d5f1_0 conda-forge
libnl 3.11.0 hb9d3cd8_0 conda-forge
libnsl 2.0.1 hd590300_0 conda-forge
libntlm 1.8 hb9d3cd8_0 conda-forge
libogg 1.3.5 h4ab18f5_0 conda-forge
libopenblas 0.3.28 pthreads_h94d23a6_1 conda-forge
libopentelemetry-cpp 1.16.1 h2387412_0 conda-forge
libopentelemetry-cpp-headers 1.16.1 ha770c72_0 conda-forge
libopus 1.3.1 h7f98852_1 conda-forge
libparquet 17.0.0 h39682fd_16_cpu conda-forge
libparu 1.0.0 ss783_h8814b27 conda-forge
libpciaccess 0.18 hd590300_0 conda-forge
libpmix 5.0.6 h658e747_0 conda-forge
libpng 1.6.46 h943b412_0 conda-forge
libpq 17.3 h27ae623_0 conda-forge
libprotobuf 4.25.3 hd5b35b9_1 conda-forge
libpsl 0.21.5 h792ea30_0 conda-forge
librbio 4.3.4 ss783_h2377355 conda-forge
librdkafka 2.6.1 h3bdeaa6_0 conda-forge
libre2-11 2023.09.01 h5a48ba9_2 conda-forge
librsvg 2.58.4 h49af25d_2 conda-forge
libsanitizer 13.3.0 heb74ff8_1 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.1 ss783_h5a7e440 conda-forge
libspqr 4.3.4 ss783_hae1ff0d conda-forge
libsqlite 3.48.0 hee588c1_1 conda-forge
libssh2 1.11.1 hf672d98_0 conda-forge
libstdcxx 14.2.0 hc0a3c3a_1 conda-forge
libstdcxx-devel_linux-64 13.3.0 h84ea5a7_101 conda-forge
libstdcxx-ng 14.2.0 h4852527_1 conda-forge
libstempo 2.5.0 py310h5eaa309_2 conda-forge
libsuitesparseconfig 7.8.3 ss783_h83006af conda-forge
libsystemd0 256.9 h2774228_0 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 257.2 h9a4d06a_0 conda-forge
libumfpack 6.3.5 ss783_hd4f9ce1 conda-forge
libunistring 0.9.10 h7f98852_0 conda-forge
libusb 1.0.27 h520f47e_100 conda-forge
libutf8proc 2.8.0 hf23e847_1 conda-forge
libuuid 2.38.1 h0b41bf4_0 conda-forge
libuv 1.50.0 hb9d3cd8_0 conda-forge
libvorbis 1.3.7 h9c3ff4c_0 conda-forge
libwebp 1.5.0 hae8dbeb_0 conda-forge
libwebp-base 1.5.0 h851e524_0 conda-forge
libxcb 1.17.0 h8a09558_0 conda-forge
libxcrypt 4.4.36 hd590300_1 conda-forge
libxgboost 1.7.6 cpu_h6728c87_6 conda-forge
libxkbcommon 1.8.0 hc4a0caf_0 conda-forge
libxml2 2.13.5 h8d12d68_1 conda-forge
libxslt 1.1.39 h76b75d6_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.12.0 pyhd8ed1ab_0 conda-forge
ligo-proxy-utils 2.0.1 pyhd8ed1ab_0 conda-forge
ligo-raven 3.2 py310hff52083_1 conda-forge
ligo-scald 0.8.4 pyhd8ed1ab_0 conda-forge
ligo-segments 1.4.0 py310h2372a71_5 conda-forge
ligo.em-bright 1.2.1 pyhd8ed1ab_0 conda-forge
ligo.skymap 2.1.2 py310hf2b6857_0 conda-forge
ligotimegps 2.0.0 py_0 conda-forge
lintegrate 0.2.0 py310h932ad9d_1 conda-forge
liquidpy 0.8.3 pyhd8ed1ab_0 conda-forge
llvm-openmp 19.1.7 h024ca30_0 conda-forge
llvmlite 0.44.0 py310h1a6248f_0 conda-forge
locket 1.0.0 pyhd8ed1ab_0 conda-forge
log_symbols 0.0.14 pyhd8ed1ab_2 conda-forge
loguru 0.7.2 py310hff52083_2 conda-forge
lscsoft-glue 3.0.2 py310h2372a71_0 conda-forge
lxml 5.3.1 py310h6ee67d5_0 conda-forge
lz4 4.3.3 py310hb259640_1 conda-forge
lz4-c 1.9.4 hcb278e6_0 conda-forge
m4 1.4.18 h516909a_1001 conda-forge
make 4.4.1 hb9d3cd8_2 conda-forge
mako 1.3.9 pyhd8ed1ab_0 conda-forge
markdown 3.6 pyhd8ed1ab_0 conda-forge
markdown-it-py 2.2.0 pyhd8ed1ab_0 conda-forge
markuppy 1.14 pyhd8ed1ab_1 conda-forge
markupsafe 3.0.2 py310h89163eb_1 conda-forge
matplotlib-base 3.7.3 py310h62c0568_0 conda-forge
matplotlib-inline 0.1.7 pyhd8ed1ab_1 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.1 pyhd8ed1ab_0 conda-forge
mkl 2023.2.0 h84fe81f_50496 conda-forge
ml_dtypes 0.5.1 py310h5eaa309_0 conda-forge
mock 5.1.0 pyhd8ed1ab_1 conda-forge
mocpy 0.17.1 py310ha75aee5_0 conda-forge
more-itertools 10.6.0 pyhd8ed1ab_0 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.10 pyhd8ed1ab_1 conda-forge
mpmath 1.3.0 pyhd8ed1ab_1 conda-forge
msgpack-python 1.1.0 py310h3788b33_0 conda-forge
multidict 6.1.0 py310h89163eb_2 conda-forge
munge 0.5.16 h63a00c3_0 conda-forge
munkres 1.1.4 pyh9f0ad1d_0 conda-forge
mypy_extensions 1.0.0 pyha770c72_1 conda-forge
mysql-common 9.0.1 h266115a_4 conda-forge
mysql-libs 9.0.1 he0572af_4 conda-forge
narwhals 1.26.0 pyhd8ed1ab_0 conda-forge
nbclient 0.10.2 pyhd8ed1ab_0 conda-forge
nbconvert 7.16.6 hb482800_0 conda-forge
nbconvert-core 7.16.6 pyh29332c3_0 conda-forge
nbconvert-pandoc 7.16.6 hed9df3c_0 conda-forge
nbformat 5.10.4 pyhd8ed1ab_1 conda-forge
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.8.1 pyhd8ed1ab_0 conda-forge
nest-asyncio 1.6.0 pyhd8ed1ab_1 conda-forge
networkx 3.4.2 pyh267e887_2 conda-forge
nh3 0.2.20 py310h505e2c1_0 conda-forge
nlohmann_json 3.11.3 he02047a_1 conda-forge
nodejs 22.12.0 hf235a45_0 conda-forge
notebook 7.3.2 pyhd8ed1ab_0 conda-forge
notebook-shim 0.2.4 pyhd8ed1ab_1 conda-forge
nspr 4.36 h5888daf_0 conda-forge
nss 3.108 h159eef7_0 conda-forge
numba 0.61.0 py310h699fe88_1 conda-forge
numcodecs 0.13.1 py310h5eaa309_0 conda-forge
numexpr 2.7.3 py310hb5077e9_1 conda-forge
numpy 1.24.4 py310ha4c1d20_0 conda-forge
oauthenticator 17.3.0 pyhd8ed1ab_0 conda-forge
oauthlib 3.2.2 pyhd8ed1ab_1 conda-forge
omicron 4.1.1 h28db806_1 conda-forge
omniorb-libs 4.3.2 h9b5a7fe_5 conda-forge
oniguruma 6.9.10 hb9d3cd8_0 conda-forge
openjpeg 2.5.3 h5fbd93e_0 conda-forge
openldap 2.6.9 he970967_0 conda-forge
openmpi 5.0.6 hb85ec53_102 conda-forge
openssl 3.4.1 h7b32b05_0 conda-forge
opentelemetry-api 1.16.0 pyhd8ed1ab_0 conda-forge
opentelemetry-exporter-otlp-proto-grpc 1.16.0 pyhd8ed1ab_0 conda-forge
opentelemetry-exporter-otlp-proto-http 1.16.0 pyhd8ed1ab_0 conda-forge
opentelemetry-proto 1.16.0 pyhd8ed1ab_0 conda-forge
opentelemetry-sdk 1.16.0 pyhd8ed1ab_0 conda-forge
opentelemetry-semantic-conventions 0.37b0 pyhd8ed1ab_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 24.2 pyhd8ed1ab_2 conda-forge
pamela 1.2.0 pyhd8ed1ab_1 conda-forge
pandas 2.2.3 py310h5eaa309_1 conda-forge
pandoc 3.6.3 ha770c72_0 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
pango 1.56.1 h861ebed_0 conda-forge
parameterized 0.9.0 pyhd8ed1ab_1 conda-forge
paramiko 3.5.1 pyhd8ed1ab_0 conda-forge
parmap 1.7.0 pyhd8ed1ab_1 conda-forge
parso 0.8.4 pyhd8ed1ab_1 conda-forge
partd 1.4.2 pyhd8ed1ab_0 conda-forge
pastel 0.2.1 pyhd8ed1ab_0 conda-forge
pathlib2 2.3.7.post1 py310hff52083_4 conda-forge
pathspec 0.12.1 pyhd8ed1ab_1 conda-forge
patsy 1.0.1 pyhd8ed1ab_1 conda-forge
pcaspy 0.8.1 py310h89e8f5a_1 conda-forge
pcre 8.45 h9c3ff4c_0 conda-forge
pcre2 10.44 hba22ea6_2 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.13.0 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
pickleshare 0.7.5 pyhd8ed1ab_1004 conda-forge
pillow 11.1.0 py310h7e6dc6c_0 conda-forge
pip 25.0.1 pyh8b19718_0 conda-forge
pixman 0.44.2 h29eaf8c_0 conda-forge
pkg-config 0.29.2 h4bc722e_1009 conda-forge
pkginfo 1.12.0 pyhd8ed1ab_1 conda-forge
pkgutil-resolve-name 1.3.10 pyhd8ed1ab_2 conda-forge
platformdirs 4.3.6 pyhd8ed1ab_1 conda-forge
plotly 6.0.0 pyhd8ed1ab_0 conda-forge
pluggy 1.5.0 pyhd8ed1ab_1 conda-forge
ply 3.11 pyhd8ed1ab_3 conda-forge
poetry 2.0.1 pyha804496_0 conda-forge
poetry-core 2.0.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.21.1 pyhd8ed1ab_0 conda-forge
prompt-toolkit 3.0.50 pyha770c72_0 conda-forge
prompt_toolkit 3.0.50 hd8ed1ab_0 conda-forge
propcache 0.2.1 py310h89163eb_1 conda-forge
protobuf 4.25.3 py310h0e2eeba_1 conda-forge
psrqpy 1.3.2 pyhd8ed1ab_0 conda-forge
psutil 6.1.1 py310ha75aee5_0 conda-forge
psycopg2 2.9.9 py310hce86986_2 conda-forge
psygnal 0.12.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 hb77b528_0 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_py310h78d450f_6 conda-forge
pyarrow 17.0.0 py310hb7f781d_2 conda-forge
pyarrow-core 17.0.0 py310hac404ae_2_cpu conda-forge
pyasn1 0.6.1 pyhd8ed1ab_2 conda-forge
pycairo 1.27.0 py310h25ff670_0 conda-forge
pycbc 2.4.0 py310h3f3c173_0 conda-forge
pycm 7.5.8 py310h2372a71_1 conda-forge
pycodestyle 2.12.1 pyhd8ed1ab_1 conda-forge
pycondor 0.6.0 pyhd8ed1ab_1 conda-forge
pycparser 2.22 pyh29332c3_1 conda-forge
pycurl 7.45.4 py310h6811363_0 conda-forge
pydantic 2.10.6 pyh3cfb1c2_0 conda-forge
pydantic-core 2.27.2 py310h505e2c1_0 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.7 py310hff52083_1 conda-forge
pyerfa 2.0.1.5 py310hf462985_0 conda-forge
pyfd 4.5.10 py310h2372a71_0 conda-forge
pyfftw 0.15.0 py310hf462985_1 conda-forge
pyflakes 3.2.0 pyhd8ed1ab_1 conda-forge
pygcn 1.0.2 py_0 conda-forge
pygments 2.10.0 pyhd8ed1ab_0 conda-forge
pygobject 3.46.0 py310h30b043a_1 conda-forge
pygsl_lite 0.1.7 py310h932ad9d_0 conda-forge
pygwb 1.5.1 py310hff52083_0 conda-forge
pyinotify 0.9.6 py310hff52083_1007 conda-forge
pyjuliacall 0.9.24 pyhd8ed1ab_0 conda-forge
pyjuliapkg 0.1.15 pyhd8ed1ab_0 conda-forge
pyjwt 2.10.1 pyhd8ed1ab_0 conda-forge
pykerr 0.1.0 pyhd8ed1ab_0 conda-forge
pylev 1.4.0 pyhd8ed1ab_0 conda-forge
pylint 3.3.4 pyh29332c3_0 conda-forge
pymodbus 3.8.6 pyh5041855_0 conda-forge
pynacl 1.5.0 py310ha75aee5_4 conda-forge
pyomicron 2.0.6 pyhd8ed1ab_0 conda-forge
pyopenssl 25.0.0 pyhd8ed1ab_0 conda-forge
pyparsing 3.2.1 pyhd8ed1ab_0 conda-forge
pyproject_hooks 1.2.0 pyhd8ed1ab_1 conda-forge
pyqt 5.15.9 py310h04931ad_5 conda-forge
pyqt5-sip 12.12.2 py310hc6cd4ac_5 conda-forge
pyqtgraph 0.13.7 pyhd8ed1ab_1 conda-forge
pyringgw 2.6.0 py310h91a95bf_1 conda-forge
pyrxp 3.0.1 py310ha75aee5_5 conda-forge
pyseobnr 0.3.0 py310h73414cd_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.1 py310h1affd9f_4 conda-forge
pytango 10.0.0 py310h52a289b_1 conda-forge
pytest 8.3.4 pyhd8ed1ab_1 conda-forge
pytest-arraydiff 0.6.1 pyhd8ed1ab_0 conda-forge
pytest-astropy 0.11.0 pyhd8ed1ab_0 conda-forge
pytest-astropy-header 0.2.2 pyhd8ed1ab_1 conda-forge
pytest-console-scripts 1.4.1 pyhd8ed1ab_1 conda-forge
pytest-cov 6.0.0 pyhd8ed1ab_1 conda-forge
pytest-datadir 1.6.1 pyhd8ed1ab_0 conda-forge
pytest-doctestplus 1.4.0 pyhd8ed1ab_0 conda-forge
pytest-filter-subpackage 0.2.0 pyhd8ed1ab_0 conda-forge
pytest-freezer 0.4.9 pyhd8ed1ab_1 conda-forge
pytest-httpserver 1.1.0 pyhd8ed1ab_0 conda-forge
pytest-integration 0.2.3 pyhd8ed1ab_1 conda-forge
pytest-mock 3.14.0 pyhd8ed1ab_1 conda-forge
pytest-remotedata 0.4.1 pyhd8ed1ab_0 conda-forge
pytest-requires 0.1.0 pyhd8ed1ab_1 conda-forge
pytest-rerunfailures 15.0 pyhd8ed1ab_1 conda-forge
pytest-runner 6.0.0 pyhd8ed1ab_0 conda-forge
pytest-socket 0.7.0 pyhd8ed1ab_1 conda-forge
pytest-timeout 2.3.1 pyhd8ed1ab_2 conda-forge
pytest-xdist 3.6.1 pyhd8ed1ab_1 conda-forge
pythia8 8.312 py310h80619c3_302 conda-forge
python 3.10.16 he725a3c_1_cpython conda-forge
python-avahi 0.8 py310h2fa5477_7 conda-forge
python-awg 4.1.4 py310hda2934c_3 conda-forge
python-benedict 0.34.1 pyhff2d567_0 conda-forge
python-build 1.2.2.post1 pyhff2d567_1 conda-forge
python-confluent-kafka 2.6.1 py310ha75aee5_0 conda-forge
python-crontab 3.2.0 pyhff2d567_1 conda-forge
python-dateutil 2.9.0.post0 pyhff2d567_1 conda-forge
python-dotenv 1.0.1 pyhd8ed1ab_1 conda-forge
python-fastjsonschema 2.21.1 pyhd8ed1ab_0 conda-forge
python-foton 4.1.4 py310hdb8069f_3 conda-forge
python-framel 8.47.2 py310h1f7b6fc_0 conda-forge
python-fsutil 0.15.0 pyhff2d567_0 conda-forge
python-gds 3.0.1 py310h87f1809_0 conda-forge
python-gitlab 5.6.0 pyhff2d567_0 conda-forge
python-graphviz 0.20.3 pyh91182bf_2 conda-forge
python-gssapi 1.9.0 py310h695cd88_1 conda-forge
python-htcondor 23.10.1 py310h89a073e_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_py310h45a9d5f_100 conda-forge
python-lalburst 2.0.6 py310h932ad9d_0 conda-forge
python-lalframe 3.0.6 py310hf462985_0 conda-forge
python-lalinference 4.1.8 py310hf462985_0 conda-forge
python-lalinspiral 5.0.2 py310hf462985_0 conda-forge
python-lalmetaio 4.0.5 py310hf462985_2 conda-forge
python-lalpulsar 7.1.0 py310hf462985_0 conda-forge
python-lalsimulation 6.1.0 py310h3d19903_0 conda-forge
python-ldas-tools-al 2.6.10 py310hd41b1e2_3 conda-forge
python-ldas-tools-diskcacheapi 2.6.12 py310hd41b1e2_2 conda-forge
python-ldas-tools-frameapi 2.6.12 py310ha02f5a9_4 conda-forge
python-ldas-tools-framecpp 2.6.14 py310h769672d_1 conda-forge
python-ldas-tools-ldasgen 2.6.10 py310hd41b1e2_3 conda-forge
python-ligo-lw 1.8.3 py310h2372a71_3 conda-forge
python-nds2-client 0.16.12 py310h769672d_2 conda-forge
python-slugify 8.0.4 pyhd8ed1ab_1 conda-forge
python-systemd 235 py310ha75aee5_3 conda-forge
python-tzdata 2025.1 pyhd8ed1ab_0 conda-forge
python-wget 3.2 py_0 conda-forge
python-xxhash 3.5.0 py310ha75aee5_1 conda-forge
python_abi 3.10 5_cp310 conda-forge
pythonvirgotools 5.1.3 pyhd8ed1ab_1 conda-forge
pytorch 2.4.1 cpu_mkl_py310h1581fbd_100 conda-forge
pytz 2024.1 pyhd8ed1ab_0 conda-forge
pyusb 1.3.1 pyhd8ed1ab_0 conda-forge
pyvo 1.6.1 pyhd8ed1ab_0 conda-forge
pywavelets 1.8.0 py310hf462985_0 conda-forge
pyyaml 6.0.2 py310h89163eb_2 conda-forge
pyzmq 26.2.1 py310h71f11fc_0 conda-forge
qnm 0.4.3 py_0 conda-forge
qt-main 5.15.15 hc3cb62f_2 conda-forge
qtpy 2.4.3 pyhd8ed1ab_0 conda-forge
quantiphy 2.20 pyhd8ed1ab_2 conda-forge
quaternion 2024.0.7 py310hf462985_0 conda-forge
quaternionic 1.0.14 pyhd8ed1ab_0 conda-forge
rapid-pe 0.1.1 py310hff52083_0 conda-forge
rapidfuzz 3.12.1 py310hf71b8c6_0 conda-forge
rapidpe-rift-pipe 0.7.0 pyhff2d567_0 conda-forge
rav1e 0.6.6 he8a937b_2 conda-forge
rdma-core 55.0 h5888daf_0 conda-forge
re2 2023.09.01 h7f4b329_2 conda-forge
readline 8.2 h8228510_1 conda-forge
readme_renderer 44.0 pyhd8ed1ab_1 conda-forge
referencing 0.36.2 pyh29332c3_0 conda-forge
regex 2024.11.6 py310ha75aee5_0 conda-forge
regions 0.10 py310hf462985_1 conda-forge
reproject 0.14.1 py310hf462985_2 conda-forge
requests 2.32.3 pyhd8ed1ab_1 conda-forge
requests-ecp 0.3.1 pyhd8ed1ab_0 conda-forge
requests-gracedb 0.1.4 pyhd8ed1ab_0 conda-forge
requests-gssapi 1.3.0 pyhd8ed1ab_1 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
rhash 1.4.5 hb9d3cd8_0 conda-forge
rich 13.3.1 pyhd8ed1ab_0 conda-forge
rift 0.0.15.11 py310hff52083_1 conda-forge
root_base 6.32.2 py310hcd03113_3 conda-forge
rpds-py 0.22.3 py310h505e2c1_0 conda-forge
ruamel.yaml 0.18.10 py310ha75aee5_0 conda-forge
ruamel.yaml.clib 0.2.8 py310ha75aee5_1 conda-forge
s2n 1.5.5 h3931f03_0 conda-forge
s3transfer 0.11.2 pyhd8ed1ab_0 conda-forge
safe-netrc 1.0.1 pyhd8ed1ab_0 conda-forge
sbank 1.0.5 py310hf462985_0 conda-forge
scikit-image 0.25.1 py310h5eaa309_0 conda-forge
scikit-learn 1.2.1 py310h209a8ca_0 conda-forge
scipy 1.12.0 py310hb13e2d6_2 conda-forge
scitokens 1.8.1 pyhd8ed1ab_0 conda-forge
scitokens-cpp 1.1.2 h6ac2c77_0 conda-forge
scri 2024.0.0 pyhd8ed1ab_0 conda-forge
seaborn 0.12.2 hd8ed1ab_0 conda-forge
seaborn-base 0.12.2 pyhd8ed1ab_0 conda-forge
secretstorage 3.3.3 py310hff52083_3 conda-forge
semver 3.0.4 pyhd8ed1ab_0 conda-forge
send2trash 1.8.3 pyh0d859eb_1 conda-forge
setproctitle 1.3.4 py310ha75aee5_0 conda-forge
setuptools 75.8.0 pyhff2d567_0 conda-forge
setuptools-scm 8.1.0 pyhd8ed1ab_1 conda-forge
shapely 2.0.7 py310had3dfd6_0 conda-forge
shellingham 1.5.4 pyhd8ed1ab_1 conda-forge
simpleeval 0.9.13 pyhd8ed1ab_1 conda-forge
sip 6.7.12 py310hc6cd4ac_0 conda-forge
siscone 3.0.6 h84d6215_1 conda-forge
six 1.17.0 pyhd8ed1ab_0 conda-forge
sleef 3.8 h1b44611_0 conda-forge
sly 0.4 pyhd8ed1ab_1 conda-forge
slycot 0.6.0 py310hb6d9fef_2 conda-forge
smmap 5.0.0 pyhd8ed1ab_0 conda-forge
snappy 1.2.1 h8bd8927_1 conda-forge
snax 0.5.2 pyhccb5c55_1 conda-forge
sniffio 1.3.1 pyhd8ed1ab_1 conda-forge
solar_system_ephemerides 1.1.0 pyhd8ed1ab_2 conda-forge
sortedcontainers 2.4.0 pyhd8ed1ab_1 conda-forge
soupsieve 2.5 pyhd8ed1ab_1 conda-forge
spherical 1.0.15 pyhd8ed1ab_0 conda-forge
spherical_functions 2022.4.5 pyhd8ed1ab_1 conda-forge
spinners 0.0.24 pyhd8ed1ab_1 conda-forge
spinsfast 2022.4.10 py310h4addebd_0 conda-forge
sqlalchemy 2.0.38 py310ha75aee5_0 conda-forge
stack_data 0.6.3 pyhd8ed1ab_1 conda-forge
statsmodels 0.14.4 py310hf462985_0 conda-forge
suitesparse 7.8.3 ss783_h36e971b conda-forge
svt-av1 2.3.0 h5888daf_0 conda-forge
swig 4.3.0 heed6a68_0 conda-forge
sxs 2024.0.29 pyhd8ed1ab_0 conda-forge
sympy 1.13.3 pyh2585a3b_105 conda-forge
sysroot_linux-64 2.17 h0157908_18 conda-forge
tabulate 0.9.0 pyhd8ed1ab_2 conda-forge
tar 1.34 hb2e2bae_1 conda-forge
tbb 2021.13.0 hceb3a55_1 conda-forge
tblib 3.0.0 pyhd8ed1ab_1 conda-forge
tcsh 6.24.15 haa1a288_0 conda-forge
tempo2 2024.12.1 hf42db76_1 conda-forge
termcolor 2.5.0 pyhd8ed1ab_1 conda-forge
terminado 0.18.1 pyh0d859eb_0 conda-forge
testfixtures 8.3.0 pyhd8ed1ab_1 conda-forge
text-unidecode 1.3 pyhd8ed1ab_2 conda-forge
threadpoolctl 3.5.0 pyhc1e730c_0 conda-forge
tifffile 2024.12.12 pyhd8ed1ab_0 conda-forge
tinycss2 1.4.0 pyhd8ed1ab_0 conda-forge
tinydb 4.8.2 pyhd8ed1ab_1 conda-forge
tk 8.6.13 noxft_h4845f30_101 conda-forge
tmux 3.5 h4463017_0 conda-forge
toml 0.10.2 pyhd8ed1ab_1 conda-forge
tomli 2.2.1 pyhd8ed1ab_1 conda-forge
tomli-w 1.2.0 pyhd8ed1ab_0 conda-forge
tomlkit 0.13.2 pyha770c72_1 conda-forge
toolz 0.12.1 pyhd8ed1ab_0 conda-forge
tornado 6.4.2 py310ha75aee5_0 conda-forge
tqdm 4.67.1 pyhd8ed1ab_1 conda-forge
traitlets 5.14.3 pyhd8ed1ab_1 conda-forge
trove-classifiers 2025.1.15.22 pyhd8ed1ab_0 conda-forge
twine 6.1.0 pyh29332c3_0 conda-forge
types-python-dateutil 2.9.0.20241206 pyhd8ed1ab_0 conda-forge
typing-extensions 4.12.2 hd8ed1ab_1 conda-forge
typing_extensions 4.12.2 pyha770c72_1 conda-forge
typing_utils 0.1.0 pyhd8ed1ab_1 conda-forge
tzdata 2025a h78e105d_0 conda-forge
tzlocal 2.1 pyh9f0ad1d_0 conda-forge
ucc 1.3.0 h2b97398_4 conda-forge
ucx 1.18.0 hfd9a62f_1 conda-forge
ujson 5.10.0 py310hf71b8c6_1 conda-forge
unicodedata2 16.0.0 py310ha75aee5_0 conda-forge
uproot 4.3.7 py310hff52083_2 conda-forge
uproot-base 4.3.7 pyhd570202_2 conda-forge
upv 3.2.0 hb88899a_6 conda-forge
uri-template 1.3.0 pyhd8ed1ab_1 conda-forge
urllib3 1.26.19 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
vine 5.1.0 pyhd8ed1ab_1 conda-forge
virtualenv 20.29.2 pyhd8ed1ab_0 conda-forge
voeventlib 1.2 py_0 conda-forge
watchdog 6.0.0 py310hff52083_0 conda-forge
wayland 1.23.1 h3e06ad9_0 conda-forge
wcwidth 0.2.13 pyhd8ed1ab_1 conda-forge
webcolors 24.11.1 pyhd8ed1ab_0 conda-forge
webencodings 0.5.1 pyhd8ed1ab_3 conda-forge
websocket-client 1.8.0 pyhd8ed1ab_1 conda-forge
werkzeug 3.1.3 pyhd8ed1ab_1 conda-forge
wget 1.21.4 hda4d442_0 conda-forge
wheel 0.45.1 pyhd8ed1ab_1 conda-forge
widgetsnbextension 4.0.13 pyhd8ed1ab_1 conda-forge
wrapt 1.17.2 py310ha75aee5_0 conda-forge
x265 3.5 h924138e_3 conda-forge
xarray 2024.10.0 pyhd8ed1ab_0 conda-forge
xarray-einstats 0.8.0 pyhd8ed1ab_1 conda-forge
xcb-util 0.4.1 hb711507_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_py310h78d450f_6 conda-forge
xkeyboard-config 2.43 hb9d3cd8_0 conda-forge
xmltodict 0.14.2 pyhd8ed1ab_1 conda-forge
xorg-libice 1.1.2 hb9d3cd8_0 conda-forge
xorg-libsm 1.2.5 he73a12e_0 conda-forge
xorg-libx11 1.8.11 h4f16b4b_0 conda-forge
xorg-libxau 1.0.12 hb9d3cd8_0 conda-forge
xorg-libxcomposite 0.4.6 hb9d3cd8_2 conda-forge
xorg-libxcursor 1.2.3 hb9d3cd8_0 conda-forge
xorg-libxdamage 1.1.6 hb9d3cd8_0 conda-forge
xorg-libxdmcp 1.1.5 hb9d3cd8_0 conda-forge
xorg-libxext 1.3.6 hb9d3cd8_0 conda-forge
xorg-libxfixes 6.0.1 hb9d3cd8_0 conda-forge
xorg-libxft 2.3.8 ha04879e_1 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-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
xrootd 5.7.3 py310h3853bd6_0 conda-forge
xxhash 0.8.2 hd590300_0 conda-forge
xyzservices 2025.1.0 pyhd8ed1ab_0 conda-forge
xz 5.6.4 hbcc6ac9_0 conda-forge
xz-gpl-tools 5.6.4 hbcc6ac9_0 conda-forge
xz-tools 5.6.4 hb9d3cd8_0 conda-forge
yaml 0.2.5 h7f98852_2 conda-forge
yarl 1.18.3 py310h89163eb_1 conda-forge
zarr 2.18.3 pyhd8ed1ab_1 conda-forge
zenodo_get 1.6.1 pyhd8ed1ab_0 conda-forge
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.21.0 pyhd8ed1ab_1 conda-forge
zlib 1.3.1 hb9d3cd8_2 conda-forge
zlib-ng 2.2.4 h7955e40_0 conda-forge
zstandard 0.23.0 py310ha39cb0e_1 conda-forge
zstd 1.5.6 ha6fb4c9_0 conda-forge