diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-07 10:55:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 10:55:28 -0400 |
commit | b3ce5bb5cfd4a7a3177259fa729b6c19e3e496ef (patch) | |
tree | 4fdbf4b24b1c627873a63787a5762b594d7f4a5a /specviz/meta.yaml | |
parent | 26379e8d73957724051a0a52c80eaddbdaa36d70 (diff) | |
download | astroconda-dev-b3ce5bb5cfd4a7a3177259fa729b6c19e3e496ef.tar.gz |
specviz: circumvent pyqt5 dependency (#151)
Diffstat (limited to 'specviz/meta.yaml')
-rw-r--r-- | specviz/meta.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 0c914f6..30e6b9b 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '1' %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/specviz @@ -27,8 +27,10 @@ requirements: - specutils - py-expression-eval - pyyaml + - pyqt >=5.0.0 - pyqtgraph >=0.9.11 - qtpy + - qtawesome - scipy - spectral-cube - yaml @@ -43,8 +45,10 @@ requirements: - specutils - py-expression-eval - pyyaml + - pyqt >=5.0.0 - pyqtgraph >=0.9.11 - qtpy + - qtawesome - scipy - spectral-cube - yaml @@ -55,6 +59,7 @@ test: requires: - astropy - specutils + imports: - specviz |