diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-03-20 15:03:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 15:03:24 -0400 |
commit | 56573d9cb334cc8638cea9ece540065b74a1275a (patch) | |
tree | d3beaf33fd85b829a14468c97203860db4d47e77 | |
parent | 0f73bf50cf7c1af435612734a31f5d5bdc62048f (diff) | |
download | astroconda-contrib-56573d9cb334cc8638cea9ece540065b74a1275a.tar.gz |
Update meta.yaml
Adjusted to prevent errors when building with conda.
-rw-r--r-- | glue-vispy-viewers/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/glue-vispy-viewers/meta.yaml b/glue-vispy-viewers/meta.yaml index d250a54..022ef36 100644 --- a/glue-vispy-viewers/meta.yaml +++ b/glue-vispy-viewers/meta.yaml @@ -16,10 +16,12 @@ build: preserve_egg_dir: True requirements: - build: - python - setuptools + - numpy + - pyopengl + - glue-core >=0.10 run: - python |