From a6f0d4d90ebd78773520f9735e82d45c352ab34a Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 13 Mar 2018 15:46:04 -0400 Subject: Set version floor on cfitsio to force update when needed --- crds/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crds') 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 -- cgit