diff options
author | P. L. Lim <lim@stsci.edu> | 2017-06-28 23:57:24 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-28 23:57:24 -0400 |
commit | 069f5d21e3180b213e160d532507159078f9d4ab (patch) | |
tree | 35da5ef881430db2eb84a6b6b28653d62391b6a2 | |
parent | 90b2048ce33a1f24177c6a65b3fdfd8007e43e69 (diff) | |
download | astroconda-contrib-069f5d21e3180b213e160d532507159078f9d4ab.tar.gz |
Make stsci.tools a depedency of acstools (#227)
* Make stsci.tools a depedency of acstools
* Bump build number
-rw-r--r-- | acstools/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 80246bb..a37b23b 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'acstools' %} {% set version = '2.0.7' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -14,11 +14,13 @@ package: requirements: build: - astropy >=1.1 + - stsci.tools - numpy - setuptools - python x.x run: - astropy >=1.1 + - stsci.tools - numpy - python x.x source: |