swh:1:snp:3a699297f000109a1bc833f294a54171df990207
Raw File
Tip revision: 9a7ef504439bf7295dd910081c2780077e16fad0 authored by Alex Nitz on 20 March 2024, 15:51:52 UTC
don't keep file open within injectionset (#4667)
Tip revision: 9a7ef50
companion.txt
# other tools which may be useful
gwpy>=0.8.1

# HEALPix is very useful for some analysis.
healpy

# Needed for GraceDB uploads and skymap generation
ligo-gracedb>=2.10.0
ligo.skymap!=1.1.0

# auxiliary samplers
epsie>=1.0
cpnest
pymultinest
ultranest
https://github.com/willvousden/ptemcee/archive/master.tar.gz
# Force the cpu-only version of PyTorch
--extra-index-url https://download.pytorch.org/whl/cpu
torch
nessai>=0.11.0
snowline

# useful to look at PyCBC Live with htop
setproctitle

# Needed for `population_models` module
sympy>=1.9

# Needed for KDE trigger statistics
# FIXME Tito's fork to fix an awkde build error on Python 3.11
git+https://github.com/titodalcanton/awkde.git@py311_fix
scikit-learn
back to top