diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-03-13 15:46:04 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-03-13 15:46:04 -0400 |
commit | a6f0d4d90ebd78773520f9735e82d45c352ab34a (patch) | |
tree | 7595d10f44fbb49409e55bf1522f1d8ba9b2433f /crds/meta.yaml | |
parent | 8987d0f63589e903c27781dfafcbbb93e38ed8da (diff) | |
download | astroconda-contrib-a6f0d4d90ebd78773520f9735e82d45c352ab34a.tar.gz |
Set version floor on cfitsio to force update when needed
Diffstat (limited to 'crds/meta.yaml')
-rw-r--r-- | crds/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index e883288..08b34c3 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -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 |