From 6a4484790fefb15b48a11b9640590196e45caaa5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 9 Aug 2018 11:10:15 -0400 Subject: Cfitsio disable cURL (#385) * Bump build number for affected recipes --- crds/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crds') diff --git a/crds/meta.yaml b/crds/meta.yaml index 117b7e7..01b916f 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'crds' %} {% set version = '7.2.4' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://www.stsci.edu/hst/observatory/crds/ @@ -20,18 +20,18 @@ package: requirements: build: - astropy >=1.1 - - cfitsio >=3.430 + - cfitsio >=3.440 - numpy {{ numpy }} - requests - lxml - parsley - - setuptools - filelock + - setuptools - python {{ python }} run: - astropy >=1.1 - - cfitsio >=3.430 + - cfitsio - numpy - requests - lxml -- cgit