forked from gwastro/pycbc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (37 loc) · 746 Bytes
/
requirements.txt
File metadata and controls
41 lines (37 loc) · 746 Bytes
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
36
37
38
39
40
41
# requirements for most basic library use
astropy>=2.0.3,!=4.2.1,!=4.0.5
Mako>=1.0.1
decorator>=3.4.2
scipy>=0.16.0
matplotlib>=2.0.0
numpy>=1.16.0,!=1.19.0
pillow
h5py>=2.10
jinja2
mpld3>=0.3
requests>=1.2.1
beautifulsoup4>=4.6.0
six>1.10.0
cython
lalsuite
lscsoft-glue>=1.59.3
ligo-segments
tqdm
gwdatafind
pegasus-wms >= 5.0.1
# Requirements for ligoxml access needed by some workflows
python-ligo-lw
# Needed for Parameter Estimation Tasks
emcee==2.2.1
dynesty
epsie>=0.6
# For LDG service access
dqsegdb2>=1.0.1
amqplib
htchirp >= 2.0
# use dqsegdb fork till next dqsegdb release
https://github.com/ahnitz/dqsegdb/archive/master.tar.gz
# For building documentation
Sphinx>=1.5.0,<2.0.0
sphinx-rtd-theme
sphinxcontrib-programoutput>=0.11