From 6abe9fb5eb4def6ab180180ccae238563e7d1145 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 12 Dec 2018 12:47:31 -0500 Subject: webbpsf: Unlock astropy pin (#175) * webbpsf: Unlock astropy pin * Update meta.yaml --- webbpsf/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 0baa650..c6f0a18 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '3' %} +{% set number = '4' %} # Keep in mind: # webbpsf-data is version-locked to prevent older builds from picking @@ -26,7 +26,7 @@ package: requirements: build: - nose - - astropy <3.0 + - astropy >=1.0.3 - numpy {{ numpy }} - scipy - matplotlib @@ -40,7 +40,7 @@ requirements: run: - nose - - astropy <3.0 + - astropy >=1.0.3 - numpy - scipy - matplotlib -- cgit