diff options
-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 31826c9..20fc185 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stginga' %} -{% set version = '0.3' %} +{% set version = '1.0' %} {% set tag = version %} {% set number = '0' %} @@ -18,14 +18,14 @@ package: requirements: build: - ginga >=2.7 - - astropy >=2 + - astropy >=3 - numpy {{ numpy }} - scipy - setuptools - python {{ python }} run: - ginga >=2.7 - - astropy >=2 + - astropy >=3 - numpy - scipy - python |