summaryrefslogtreecommitdiff
path: root/pyraf
diff options
context:
space:
mode:
Diffstat (limited to 'pyraf')
-rw-r--r--pyraf/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml
index af0c3e1..412946c 100644
--- a/pyraf/meta.yaml
+++ b/pyraf/meta.yaml
@@ -1,5 +1,7 @@
{% set name = 'pyraf' %}
-{% 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:
@@ -15,7 +17,6 @@ requirements:
build:
- astropy >=1.1
- ipython
- - relic >=1.0.3
- stsci.tools
- setuptools
- numpy x.x
@@ -27,7 +28,6 @@ requirements:
- numpy x.x
- python x.x
source:
- git_tag: {{ version }}
git_url: https://github.com/spacetelescope/pyraf
test:
commands: