summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stginga/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml
index d721a51..9a95087 100644
--- a/stginga/meta.yaml
+++ b/stginga/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'stginga' %}
-{% set version = '0.1.2' %}
+{% set version = '0.1.3' %}
{% set tag = version %}
{% set number = '0' %}
@@ -14,14 +14,14 @@ package:
version: {{ version }}
requirements:
build:
- - ginga
+ - ginga >= 2.6.1
- astropy >=1.2
- numpy x.x
- scipy
- setuptools
- python x.x
run:
- - ginga
+ - ginga >= 2.6.1
- astropy >=1.2
- numpy x.x
- scipy