From b2edea682ff67ab4888c185a1308f51c0bfcc279 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 29 Sep 2016 13:29:24 -0400 Subject: Lock astropy to pre-fits-deprecation --- jwst/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jwst/meta.yaml b/jwst/meta.yaml index 67e1350..9bd4c60 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -2,7 +2,7 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '1' %} +{% set number = '2' %} about: home: https://github.com/stsci-jwst/jwst.git @@ -17,7 +17,7 @@ package: requirements: build: - asdf - - astropy + - astropy <=1.3dev4377 - crds - dask - drizzle @@ -35,7 +35,7 @@ requirements: - python x.x run: - asdf - - astropy + - astropy <=1.3dev4377 - crds - dask - drizzle -- cgit