-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
50 lines (45 loc) · 1.23 KB
/
requirements.txt
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
42
43
44
45
46
47
48
49
50
# requirements for most basic library use
astropy>=2.0.3,<3.0.0; python_version <= '2.7'
astropy>=2.0.3,!=4.2.1,!=4.0.5; python_version >= '3.0'
Mako>=1.0.1
decorator>=3.4.2
scipy>=0.16.0; python_version >= '3.5'
scipy>=0.16.0,<1.3.0; python_version <= '3.4'
matplotlib>=2.0.0
numpy>=1.16.0,!=1.19.0; python_version >= '3.5'
numpy>=1.16.0,<1.17.0; python_version <= '3.4'
pillow
h5py>=2.5,<=3.1.0; python_version <= '3.6'
h5py>=2.5; python_version > '3.6'
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
# 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
# dqsegdb
# dqsegdb2>=1.0.1
# https://github.com/ahnitz/pegasus-wms-python3/archive/master.tar.gz
# amqplib
# htchirp >= 2.0
# For building documentation
# Sphinx>=1.5.0,<2.0.0
# sphinx-rtd-theme
# sphinxcontrib-programoutput>=0.11
# required due to ecosystem incompatibility with 2.7
# and several samplers which do depend on it
# REMOVE when we drop 2.7 support or corner has a new release
# and 2.2.0 is taken removed or samplers exclude its version
corner < 2.2.0; python_version < '3.6'