diff options
| author | Nadia Dencheva <nadia.astropy@gmail.com> | 2018-12-21 12:57:56 -0500 | 
|---|---|---|
| committer | Matt Rendina <rendinam@users.noreply.github.com> | 2018-12-21 12:57:56 -0500 | 
| commit | c534c57bcdd51ebcfbbc2398fa89a9e752d4224e (patch) | |
| tree | 85047d685ead002f2d04205753741ade626bff8d | |
| parent | c3de8d0b751ea030db51a51995eb773f6512ed64 (diff) | |
| download | astroconda-contrib-c534c57bcdd51ebcfbbc2398fa89a9e752d4224e.tar.gz | |
update gwcs to latest release - 0.10.0 (#455)
* update astroconda
* Reset build number
| -rw-r--r-- | gwcs/meta.yaml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index df4efda..dc7326a 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'gwcs' %} -{% set version = '0.9.1' %} -{% set number = '2' %} +{% set version = '0.10.0' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -18,13 +18,13 @@ package:  requirements:      build:      - asdf -    - astropy >=2.0 +    - astropy >=3.1      - setuptools      - numpy {{ numpy }}      - python {{ python }}      run:      - asdf -    - astropy >=2.0 +    - astropy >=3.1      - numpy      - python  | 
