Revision ec07a1075b97025122eabe713e5724b301844b51 authored by Collin Capano on 23 October 2018, 22:21:32 UTC, committed by Collin Capano on 26 October 2018, 14:35:14 UTC
* fix gwin -> pycbc_inference in example scripts

* add shebang to example scripts; fix other issues caught by codacy
1 parent 7bf38ab
Raw File
requirements.txt
# requirements for most basic library use
astropy>=2.0.3,<3.0.0
Mako>=1.0.1
decorator>=3.4.2
scipy>=0.16.0
matplotlib>=1.5.1
numpy>=1.13.0,<1.15.3
pillow
h5py>=2.5
jinja2
mpld3>=0.3
lscsoft-glue>=1.59.3
weave>=0.16.0
requests>=1.2.1
beautifulsoup4>=4.6.0
six>1.10.0
cython
ligo-segments

# Needed for Parameter Estimation Tasks
kombine>=0.8.2
emcee==2.2.1

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

# For building documentation
Sphinx>=1.5.0
sphinx-rtd-theme
sphinxcontrib-programoutput>=0.11
back to top