diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-05 09:32:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 09:32:51 -0500 |
commit | 5652d67c9b9de26339cc095690f88f3cbe84c8c7 (patch) | |
tree | f9fabfa698d13e3db03875ca9b00a7af64049c53 /specutils/meta.yaml | |
parent | 67a98e73aeec1bd70eb9399c778f047e2fc40045 (diff) | |
download | astroconda-dev-5652d67c9b9de26339cc095690f88f3cbe84c8c7.tar.gz |
specutils: Update requirements (#111)
Diffstat (limited to 'specutils/meta.yaml')
-rw-r--r-- | specutils/meta.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 51bb7ef..8994cf8 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/astropy/specutils @@ -24,14 +24,18 @@ requirements: build: - astropy - cython + - gwcs - scipy + - six - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy + - gwcs - scipy + - six - numpy - python |