forked from gwastro/pycbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
companion.txt
35 lines (29 loc) · 874 Bytes
/
companion.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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
# Temporarily use fork that doesn't force numpy<2.0 incompatibilities
# Remove when PR merged, or numpy > 2.0 is a hard requirement
# https://github.com/lpsinger/ligo.skymap/pull/28
git+https://github.com/ahnitz/ligo.skymap@lreq
# 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
git+https://github.com/mennthor/awkde.git@master
scikit-learn