diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-20 09:14:08 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-20 09:14:08 -0400 |
commit | f30ce88c7a3659b09048904d10752e3dd3f0cb11 (patch) | |
tree | 0394c46324307c141cd006aa5501d172cae67a8b /pyraf | |
parent | 767da1fa23b846f87a72bdbd3e496fb97a274ed9 (diff) | |
download | astroconda-dev-f30ce88c7a3659b09048904d10752e3dd3f0cb11.tar.gz |
Add missing run-time dep on d2to1
Diffstat (limited to 'pyraf')
-rw-r--r-- | pyraf/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index 8742c9e..ff9eaed 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -28,6 +28,7 @@ requirements: - numpy x.x - python x.x run: + - d2to1 - astropy >=1.1 - ipython - matplotlib |