From 5652d67c9b9de26339cc095690f88f3cbe84c8c7 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 5 Mar 2018 09:32:51 -0500 Subject: specutils: Update requirements (#111) --- specutils/meta.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit