summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-07-28 15:15:56 -0400
committerGitHub <noreply@github.com>2016-07-28 15:15:56 -0400
commitb49b0d272fdbe8589ca33aa204d22383ae61d277 (patch)
tree2f97fd07f9865022fa07d06ff057ea468c7d04de
parent828b29c7dfee6762e0164dee5bcae86fc790b4a4 (diff)
parent6fd118f0b716f12d0a26a19457197098febcf981 (diff)
downloadastroconda-dev-b49b0d272fdbe8589ca33aa204d22383ae61d277.tar.gz
Merge pull request #3 from astroconda/acstools-fixup
Align acstools with recent changes upstream
-rw-r--r--acstools/meta.yaml23
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