summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Dencheva <nadia.astropy@gmail.com>2018-12-21 12:57:56 -0500
committerMatt Rendina <rendinam@users.noreply.github.com>2018-12-21 12:57:56 -0500
commitc534c57bcdd51ebcfbbc2398fa89a9e752d4224e (patch)
tree85047d685ead002f2d04205753741ade626bff8d
parentc3de8d0b751ea030db51a51995eb773f6512ed64 (diff)
downloadastroconda-contrib-c534c57bcdd51ebcfbbc2398fa89a9e752d4224e.tar.gz
update gwcs to latest release - 0.10.0 (#455)
* update astroconda * Reset build number
-rw-r--r--gwcs/meta.yaml8
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