diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-07-28 15:15:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-28 15:15:10 -0400 |
commit | 6fd118f0b716f12d0a26a19457197098febcf981 (patch) | |
tree | 2f97fd07f9865022fa07d06ff057ea468c7d04de /acstools | |
parent | 828b29c7dfee6762e0164dee5bcae86fc790b4a4 (diff) | |
download | astroconda-dev-6fd118f0b716f12d0a26a19457197098febcf981.tar.gz |
Align acstools with recent changes upstream
Diffstat (limited to 'acstools')
-rw-r--r-- | acstools/meta.yaml | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index bca120a..c45a523 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -7,7 +7,7 @@ about: home: https://github.com/spacetelescope/acstools license: BSD - summary: acstools + summary: For analyzing ACS data build: number: {{ number }} package: @@ -15,30 +15,15 @@ package: version: {{ version }} requirements: build: - - d2to1 - - stsci.distutils - - astropy - - scipy - - scikit-image - - matplotlib - - stsci.imagestats - - stsci.tools - - setuptools + - astropy >=1.1 - numpy x.x - python x.x run: - - d2to1 - - astropy - - scipy - - scikit-image - - matplotlib - - stsci.imagestats - - stsci.tools - - setuptools + - astropy >=1.1 - numpy x.x - python x.x source: - git_url: https://github.com/spacetelescope/acstools + git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: - acs_destripe --help |