diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-06 14:54:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 14:54:49 -0500 |
commit | 4f66c4873b2255ba22eaf68e084b4a874ac467a9 (patch) | |
tree | 8272a4d1a1e4d05f6850e7997e4fee689989ee46 | |
parent | 8cebc14e241cb1e24b9e5dbf29530ee98d954a24 (diff) | |
download | astroconda-dev-4f66c4873b2255ba22eaf68e084b4a874ac467a9.tar.gz |
mosviz: Add missing 'qtpy' dependency (#78)
-rw-r--r-- | mosviz/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mosviz/meta.yaml b/mosviz/meta.yaml index 5deea70..c2a6667 100644 --- a/mosviz/meta.yaml +++ b/mosviz/meta.yaml @@ -27,6 +27,7 @@ requirements: - specutils - glueviz - matplotlib + - qtpy - numpy {{ numpy }} - python {{ python }} @@ -35,6 +36,7 @@ requirements: - specutils - glueviz - matplotlib + - qtpy - numpy - python |