diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-30 16:20:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 16:20:14 -0400 |
commit | 12f9c2e9fb32ca86366604e24bef6a3089096cd1 (patch) | |
tree | c8a39b6f7511faca6fa2053980b4ed382f1a04b0 /stsci.skypac | |
parent | cdbe91039e4f02bed02524ca5c26691af81369c1 (diff) | |
download | astroconda-dev-12f9c2e9fb32ca86366604e24bef6a3089096cd1.tar.gz |
Fixup drizzlepac, stsci.skypac, add stsci_rtd_theme (#123)
Diffstat (limited to 'stsci.skypac')
-rw-r--r-- | stsci.skypac/meta.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index 0a55332..7f4f0fb 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -23,8 +23,8 @@ requirements: - d2to1 - stsci.distutils - astropy + - spherical-geometry - stsci.imagestats - - stsci.sphere - stsci.tools - stwcs - setuptools @@ -33,12 +33,11 @@ requirements: run: - astropy + - spherical-geometry - stsci.imagestats - - stsci.sphere - stsci.tools - stwcs - python - - python source: git_url: https://github.com/spacetelescope/{{ name }} |