From aacc9ee0d6b4b02d95a7f725d598a6a8a6d0c599 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 2 Apr 2016 23:55:34 -0400 Subject: Full dev mode --- stsci-data-analysis/meta.yaml | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'stsci-data-analysis') diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 63979c4..a84b85d 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-data-analysis' %} -{% set version = '1.0.0' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} {% set number = '0' %} about: @@ -12,23 +12,13 @@ package: name: {{ name }} version: {{ version }} requirements: - build: - - astropy >=1.1 - - specview ==0.1 - - astroimtools ==0.1 - - cube-tools ==0.0.0 - - stginga ==0.0.0 - - asv ==0.1.1 - - asdf ==1.0.2 - - numpy x.x - - python x.x run: - astropy >=1.1 - - specview ==0.1 - - astroimtools ==0.1 - - cube-tools ==0.0.0 - - stginga ==0.0.0 - - asv ==0.1.1 - - asdf ==1.0.2 + - specview + - astroimtools + - cube-tools + - stginga + - asv + - asdf - numpy x.x - python x.x -- cgit