diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-08 15:44:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-08 15:44:30 -0400 |
commit | e8e8f320868585a1a0673b6d559fb4582c51c1b7 (patch) | |
tree | f4f3c7e25162d036a92e8cf49e13e7c9d3baf81e | |
parent | ab4c1d38be8db548d68f41990f5eac5e417f351b (diff) | |
download | astroconda-dev-e8e8f320868585a1a0673b6d559fb4582c51c1b7.tar.gz |
pyds9: add missing astropy dependency
-rw-r--r-- | pyds9/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml index 9723ad9..e3222a4 100644 --- a/pyds9/meta.yaml +++ b/pyds9/meta.yaml @@ -15,6 +15,7 @@ package: version: {{ version }} requirements: build: + - astropy - xpa - ds9 - six @@ -22,6 +23,7 @@ requirements: - numpy x.x - python x.x run: + - astropy - xpa - ds9 - six |