diff options
Diffstat (limited to 'stginga')
-rw-r--r-- | stginga/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml index e47e8f1..b2ddd07 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 = '1' %} @@ -17,14 +17,14 @@ package: requirements: build: - - ginga + - ginga >=2.6.1 - astropy >=1.2 - numpy - scipy - setuptools - python x.x run: - - ginga + - ginga >=2.6.1 - astropy >=1.2 - numpy - scipy |