summaryrefslogtreecommitdiff
path: root/crds
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2018-03-13 15:46:04 -0400
committerMatt Rendina <mrendina@stsci.edu>2018-03-13 15:46:04 -0400
commita6f0d4d90ebd78773520f9735e82d45c352ab34a (patch)
tree7595d10f44fbb49409e55bf1522f1d8ba9b2433f /crds
parent8987d0f63589e903c27781dfafcbbb93e38ed8da (diff)
downloadastroconda-contrib-a6f0d4d90ebd78773520f9735e82d45c352ab34a.tar.gz
Set version floor on cfitsio to force update when needed
Diffstat (limited to 'crds')
-rw-r--r--crds/meta.yaml4
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