summaryrefslogtreecommitdiff
path: root/cubeviz
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-04-02 08:53:53 -0400
committerGitHub <noreply@github.com>2019-04-02 08:53:53 -0400
commit333cd915c453edca04767be580b21482220f42fc (patch)
tree0233168eb030c0b1c4cf1912547b4539d9c76043 /cubeviz
parent2eefcdf7af3b31696db9290d2ea4dd9f08f1f441 (diff)
downloadastroconda-contrib-333cd915c453edca04767be580b21482220f42fc.tar.gz
Fix pyqt5 version spec in cubeviz
Diffstat (limited to 'cubeviz')
-rw-r--r--cubeviz/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml
index 3082d15..84bb699 100644
--- a/cubeviz/meta.yaml
+++ b/cubeviz/meta.yaml
@@ -36,7 +36,7 @@ requirements:
- specviz >=0.7.0
- spectral-cube >=0.4.4
- python
- - pyqt5 < 5.12
+ - pyqt5 <5.12
source:
git_tag: {{ tag }}