Revision 12efe46e7b8c6a15e63883f6bd8b4f22d0bf9a80 authored by Ian Harry on 17 December 2020, 18:31:51 UTC, committed by GitHub on 17 December 2020, 18:31:51 UTC
* Add venv build to github actions

* Fix

* Trying to use updated congif files

* Try this

* Add dummy bank file

* One simple thing takes forever

* Try this

* Enable secure variables now

* Test actually pushing

* Debug

* REVERT THIS

* Try this?

* Revert "Try this?"

This reverts commit 344c3f2722f529ce7d039e8b48603c2e7a576361.

* Is this it??

* Revert "REVERT THIS"

This reverts commit 190b65c5d73318eeae02e1af121b17c87b9a7d77.

* Put back to only run on release

* Update docker_build_dist.sh
1 parent 1a0efb6
Raw File
requirements.txt
# requirements for most basic library use
astropy>=2.0.3,<3.0.0; python_version <= '2.7'
astropy>=2.0.3; 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.10.0
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

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