From 1f730c03b458b68dcb204f29bf3a73e605cf3b4e Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Wed, 27 Jun 2018 11:52:39 +1000
Subject: [PATCH] Fix versions of install requires

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index eda30f3a2..fc2f1aeae 100644
--- a/setup.py
+++ b/setup.py
@@ -46,8 +46,8 @@ setup(name='tupak',
           'future',
           'dynesty',
           'corner',
-          'numpy',
-          'matplotlib',
+          'numpy>=1.9',
+          'matplotlib>=2.0',
           'deepdish',
           'pandas',
           'scipy',
-- 
GitLab