diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-07-19 13:01:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-19 13:01:58 -0400 |
commit | 7a4e4ae537b69ece16fbfda83e7365b19a7cab8f (patch) | |
tree | ceb08eaa2010da873e2f6f9fc7ae5c946b1b8312 /cubeviz | |
parent | 898ef8e1364e9acb59bdf8060b02fffbf44a2a61 (diff) | |
download | astroconda-contrib-7a4e4ae537b69ece16fbfda83e7365b19a7cab8f.tar.gz |
cubeviz: expects spectral-cube "<" not ">=" 0.4.4 (#534)
Diffstat (limited to 'cubeviz')
-rw-r--r-- | cubeviz/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml index 1af663d..366f37d 100644 --- a/cubeviz/meta.yaml +++ b/cubeviz/meta.yaml @@ -34,7 +34,7 @@ requirements: - numpy >=1.13 - pytest - specviz >=0.7.0 - - spectral-cube >=0.4.4 + - spectral-cube <0.4.4 - python - pyqt5 <5.12 |