Revision 4f3c3d7968440ae471496d29558d38757a21a637 authored by Tito Dal Canton on 14 March 2023, 10:17:04 UTC, committed by Tito Dal Canton on 16 March 2023, 17:04:58 UTC
* Add labels CLI option

* Edit `upload()` to understand labels and refactor a bit

* Wire label CLI arg to upload code

* Address comment

* Tom's suggestion

Co-authored-by: Thomas Dent <thomas.dent@usc.es>
1 parent 624b7cd
Raw File
requirements.txt
# requirements for most basic library use
astropy>=2.0.3,!=4.2.1,!=4.0.5
Mako>=1.0.1
scipy>=0.16.0
matplotlib>=2.0.0
# Remove the upper bound ASAP, this is a temporary fix!!!!!!
numpy>=1.16.0,!=1.19.0,<1.24.0
pillow
h5py>=3.0.0,!=3.7.0
jinja2
mpld3>=0.3
beautifulsoup4>=4.6.0
cython
lalsuite!=7.2
lscsoft-glue>=1.59.3
ligo-segments
tqdm
gwdatafind

# Requirements for full pegasus env
pegasus-wms.api >= 5.0.3
# need to pin until pegasus for further upstream
# addresses incompatibility between old flask/jinja2 and latest markupsafe
markupsafe <= 2.0.1

# Requirements for ligoxml access needed by some workflows
python-ligo-lw >= 1.8.1

# Needed for Parameter Estimation Tasks
emcee==2.2.1
dynesty

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