diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-03-13 15:47:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 15:47:30 -0400 |
commit | 84ac612d67edb1cce4d1ab648b53cd3166d2e559 (patch) | |
tree | 0c09c1b69012874fc9df484256e8417a962ed03c /crds | |
parent | 8987d0f63589e903c27781dfafcbbb93e38ed8da (diff) | |
parent | b7952daa4a822c444fd465d4d1a44c434a054f90 (diff) | |
download | astroconda-contrib-84ac612d67edb1cce4d1ab648b53cd3166d2e559.tar.gz |
Merge pull request #324 from rendinam/cfitsio_vfloor
Set version floor on cfitsio to force update when needed.
Diffstat (limited to 'crds')
-rw-r--r-- | crds/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index e883288..a01cc66 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: home: http://www.stsci.edu/hst/observatory/crds/ @@ -23,7 +23,7 @@ package: requirements: build: - astropy >=1.1 - - cfitsio + - cfitsio >=3.430 - numpy {{ numpy }} - requests - lxml @@ -34,7 +34,7 @@ requirements: run: - astropy >=1.1 - - cfitsio + - cfitsio >=3.430 - numpy - requests - lxml |