Revision 398e1353fba5d8c5818c99883e06d90f5b5f95de authored by Alex Nitz on 15 February 2023, 21:03:50 UTC, committed by GitHub on 15 February 2023, 21:03:50 UTC
* try pinning pegasus version

* is this the right syntax?

* is this the right syntax?

* is this the right syntax?

* how the heck does apt work?

* hmmm

* go again

* test

* test

* test

* this should go faster

* try this

* try this

* try this

* try this

* this should now be the simpler way to pin

* don't need this change
1 parent c0920d5
Raw File
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

# Needed for ringdown
pykerr

# auxiliary samplers
epsie>=1.0
cpnest
pymultinest
ultranest
https://github.com/willvousden/ptemcee/archive/master.tar.gz

# 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