From 0576525d5f7aca7527db41f59fc02fa97dd033ff Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Mar 2018 13:24:26 -0500 Subject: Webbpsf: Pin astropy <3.0 (#116) --- webbpsf/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 494429a..8d5ad3f 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -26,7 +26,7 @@ package: requirements: build: - nose - - astropy + - astropy <3.0 - numpy {{ numpy }} - scipy - matplotlib @@ -39,7 +39,7 @@ requirements: run: - nose - - astropy + - astropy <3.0 - numpy - scipy - matplotlib -- cgit