summaryrefslogtreecommitdiff
path: root/cubeviz
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-12-22 15:22:54 -0500
committerGitHub <noreply@github.com>2017-12-22 15:22:54 -0500
commit50c73d447633a524bd24c05f9786b83d15d81fae (patch)
treeda3c92c61cf358087b161cb8feebc4a00461560c /cubeviz
parent8e45390ec7376d99c46e49e48ee3af0e142ba671 (diff)
downloadastroconda-contrib-50c73d447633a524bd24c05f9786b83d15d81fae.tar.gz
Loosen up numpy a bit (#295)
Diffstat (limited to 'cubeviz')
-rw-r--r--cubeviz/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cubeviz/build.sh b/cubeviz/build.sh
index 51994e4..582ae83 100644
--- a/cubeviz/build.sh
+++ b/cubeviz/build.sh
@@ -1,7 +1,7 @@
# Replace malformed pytest requirement with something sane
pytest_pattern='s/pytest==/pytest>=/'
glue_pattern='s/glueviz//'
-numpy_pattern='s|numpy>=1.13|numpy>=1.12|'
+numpy_pattern='s|numpy>=1.13|numpy>=1.11|'
for f in setup.*
do