summaryrefslogtreecommitdiff
path: root/specutils/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-03-05 09:32:51 -0500
committerGitHub <noreply@github.com>2018-03-05 09:32:51 -0500
commit5652d67c9b9de26339cc095690f88f3cbe84c8c7 (patch)
treef9fabfa698d13e3db03875ca9b00a7af64049c53 /specutils/meta.yaml
parent67a98e73aeec1bd70eb9399c778f047e2fc40045 (diff)
downloadastroconda-dev-5652d67c9b9de26339cc095690f88f3cbe84c8c7.tar.gz
specutils: Update requirements (#111)
Diffstat (limited to 'specutils/meta.yaml')
-rw-r--r--specutils/meta.yaml6
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