diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-04-02 08:53:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 08:53:53 -0400 |
commit | 333cd915c453edca04767be580b21482220f42fc (patch) | |
tree | 0233168eb030c0b1c4cf1912547b4539d9c76043 | |
parent | 2eefcdf7af3b31696db9290d2ea4dd9f08f1f441 (diff) | |
download | astroconda-contrib-333cd915c453edca04767be580b21482220f42fc.tar.gz |
Fix pyqt5 version spec in 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 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 }} |