From 88c7104a4e580041e9e5eb1ba58ffd55abbb05c3 Mon Sep 17 00:00:00 2001 From: Dan D'Avella Date: Sat, 6 Jan 2018 15:00:07 -0500 Subject: Update cubeviz dependencies in recipe (#74) --- cubeviz/meta.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml index 2bfb0d2..45ca75b 100644 --- a/cubeviz/meta.yaml +++ b/cubeviz/meta.yaml @@ -22,9 +22,10 @@ requirements: - asdf - asteval - astropy - - glueviz + - glueviz >=0.12 + - specviz + - pytest >=3.1* - numpy {{ numpy }} - - pytest - setuptools - python {{ python }} @@ -34,7 +35,9 @@ requirements: - astropy - glueviz - numpy - - pytest + - glueviz >=0.12 + - specviz + - pytest >=3.1* - python source: -- cgit