From 486346f9e71069f6a6ef003d0709ed8770d7f3a4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 3 Apr 2016 16:28:40 -0400 Subject: Full dev mode redux --- stsci.sphere/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stsci.sphere/meta.yaml') diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 1db6e02..8a88d1e 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -1,5 +1,7 @@ {% set name = 'stsci.sphere' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") + +".dev" + +environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} about: @@ -16,7 +18,6 @@ requirements: build: - astropy >=1.1 - matplotlib - - relic >=1.0.3 - setuptools - numpy x.x - python x.x -- cgit