summaryrefslogtreecommitdiff
path: root/specviz/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-08-07 10:55:28 -0400
committerGitHub <noreply@github.com>2018-08-07 10:55:28 -0400
commitb3ce5bb5cfd4a7a3177259fa729b6c19e3e496ef (patch)
tree4fdbf4b24b1c627873a63787a5762b594d7f4a5a /specviz/meta.yaml
parent26379e8d73957724051a0a52c80eaddbdaa36d70 (diff)
downloadastroconda-dev-b3ce5bb5cfd4a7a3177259fa729b6c19e3e496ef.tar.gz
specviz: circumvent pyqt5 dependency (#151)
Diffstat (limited to 'specviz/meta.yaml')
-rw-r--r--specviz/meta.yaml7
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