Revision 3b6f5b3b48fcef90fcf43e18afb66bc9d49b731d authored by Soumi De on 13 August 2018, 14:48:53 UTC, committed by Collin Capano on 13 August 2018, 14:48:53 UTC
* Add low-frequency cutoof option for every detector

* ws

* Make f_lower a dict in test_inference

* fix codacy issues

* fix codeclimate issue
1 parent 404fc18
Raw File
requirements.txt
# requirements for most basic library use
astropy>=2.0.3,<3.0.0
Mako>=1.0.1
argparse>=1.3.0
decorator>=3.4.2
scipy>=0.16.0
unittest2
matplotlib>=1.5.1
numpy>=1.13.0
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
cython
ligo-segments

# Needed for Parameter Estimation Tasks
kombine>=0.8.2
emcee==2.2.1
corner>=2.0.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