diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-09-29 13:29:24 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-09-29 13:29:24 -0400 | 
| commit | b2edea682ff67ab4888c185a1308f51c0bfcc279 (patch) | |
| tree | 07bd92c03eed580b441fe4f81ea3daab51fe6bb7 /jwst | |
| parent | aa9d94b31a3596298bef06e0311c11322d41d800 (diff) | |
| download | astroconda-dev-b2edea682ff67ab4888c185a1308f51c0bfcc279.tar.gz | |
Lock astropy to pre-fits-deprecationjwst_0.7.0rc1
Diffstat (limited to 'jwst')
| -rw-r--r-- | jwst/meta.yaml | 6 | 
1 files 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 | 
