From dd5985fe8d4644ff3cc8432d5c216d723193a360 Mon Sep 17 00:00:00 2001 From: Timothy Gebhard Date: Sat, 20 Apr 2019 00:26:27 +0200 Subject: [PATCH] Updated requirements. --- requirements.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 307b582..71f10c3 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,16 @@ +# For running the code h5py lalsuite==6.53 matplotlib numpy pandas -PyCBC==1.13.5 +PyCBC==1.13.6 requests scipy six +tqdm + +# For building the docs sphinx sphinx-rtd-theme -sphinxcontrib-napoleon -tqdm +sphinxcontrib-napoleon \ No newline at end of file