Revision 891994c5246e5e41805b7aaae6539fb79595c86d authored by Alex Nitz on 11 July 2017, 08:22:10 UTC, committed by GitHub on 11 July 2017, 08:22:10 UTC
* Revert "Add option in pycbc_ringinj to taper time-domain ringdown (#1766)"

This reverts commit 31db6f8f015dd4c4605172803cc3266b67bcad95.

* Revert "Add build for Debian virtual environment (#1756)"

This reverts commit d4eb7ee7b69940a54b1a505bead656e98618f34c.
1 parent 31db6f8
Raw File
requirements.txt
# requirements for most basic library use
Mako>=1.0.1
argparse>=1.3.0
decorator>=3.4.2
scipy>=0.13.0
unittest2
matplotlib>=1.3.1
numpy>=1.6.4
pillow
h5py>=2.5
jinja2
mpld3>=0.3
pyRXP>=2.1.0
pycbc-glue-obsolete==1.1.0
weave>=0.16.0

# Needed for Parameter Estimation Tasks
kombine==0.8.1
emcee>=2.2.0
corner>=2.0.1

# For LDG service access
dqsegdb
http://download.pegasus.isi.edu/pegasus/4.7.3/pegasus-python-source-4.7.3.tar.gz

# For building documentation
Sphinx>=1.5.0
sphinx-rtd-theme
git+https://github.com/ligo-cbc/sphinxcontrib-programoutput.git#egg=sphinxcontrib-programoutput
back to top