diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-07 13:27:56 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-07 13:27:56 -0500 | 
| commit | bcb7c1f8695e257d1cb4914c4c9fc826d253a227 (patch) | |
| tree | 0dd0830bababe90c4642272c6ec35b9462b2a2f5 /crds | |
| parent | 604584d5dd14fba029cc1f4e2e1043575e717181 (diff) | |
| download | astroconda-dev-bcb7c1f8695e257d1cb4914c4c9fc826d253a227.tar.gz | |
Remove astropy lock for crds (#16)
Diffstat (limited to 'crds')
| -rw-r--r-- | crds/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/crds/meta.yaml b/crds/meta.yaml index 05428c6..5b603d7 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -18,12 +18,12 @@ requirements:      build:      - d2to1      - stsci.distutils -    - astropy <=1.3dev5740 +    - astropy      - setuptools      - numpy x.x      - python x.x      run: -    - astropy <=1.3dev5740 +    - astropy      - numpy x.x      - python x.x  source: | 
