From 8dc2fa93f62709f46b2a17da86b2b574e812de92 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 25 May 2016 17:51:19 -0400 Subject: Remove restriction on astropy version. Latest is latest. --- wfc3tools/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wfc3tools') diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index bcdce35..b99563b 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -17,7 +17,7 @@ requirements: build: - d2to1 - stsci.distutils - - astropy >=1.1 + - astropy - matplotlib - scipy - stsci.tools @@ -26,7 +26,7 @@ requirements: - python x.x run: - stsci.tools - - astropy >=1.1 + - astropy - matplotlib - numpy x.x - scipy -- cgit