diff options
| author | Dan D'Avella <ddavella@stsci.edu> | 2018-01-06 15:00:07 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-06 15:00:07 -0500 | 
| commit | 88c7104a4e580041e9e5eb1ba58ffd55abbb05c3 (patch) | |
| tree | db96ce81b777083710f008b5712153abeb30e260 | |
| parent | 4f66c4873b2255ba22eaf68e084b4a874ac467a9 (diff) | |
| download | astroconda-dev-88c7104a4e580041e9e5eb1ba58ffd55abbb05c3.tar.gz | |
Update cubeviz dependencies in recipe (#74)
| -rw-r--r-- | cubeviz/meta.yaml | 9 | 
1 files 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:  | 
