diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-14 22:13:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 22:13:24 -0500 |
commit | 3b964041b0a02e159bde41043de346c301f3966f (patch) | |
tree | 33695a1e3db78000fea789c9e478700bdc2f3618 /nictools | |
parent | 0014929a548b06f85c3409c51f5dd34791421cad (diff) | |
download | astroconda-contrib-3b964041b0a02e159bde41043de346c301f3966f.tar.gz |
Fixup d2to1 recipes (#309)
Diffstat (limited to 'nictools')
-rw-r--r-- | nictools/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nictools/meta.yaml b/nictools/meta.yaml index dba8ac2..6db4c46 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -19,10 +19,11 @@ package: requirements: build: + - d2to1 + - stsci.distutils - astropy >=1.1 - numpy {{ numpy }} - scipy - - stsci.distutils - stsci.tools - setuptools - python {{ python }} |