diff options
Diffstat (limited to 'jwst_footprints/meta.yaml')
-rw-r--r-- | jwst_footprints/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/jwst_footprints/meta.yaml b/jwst_footprints/meta.yaml index 09ae18f..9c09f0e 100644 --- a/jwst_footprints/meta.yaml +++ b/jwst_footprints/meta.yaml @@ -1,6 +1,9 @@ {% set name = 'jwst_footprints' %} {% set version = '2.2.0' %} -{% set number = '0' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/jwst_coronagraph_visibility @@ -22,13 +25,13 @@ requirements: build: - astropy >=1.3 - matplotlib - - numpy + - numpy {{ numpy }} - pillow - pyds9 - scipy - tk - setuptools - - python x.x + - python {{ python }} run: - astropy >=1.3 @@ -38,7 +41,7 @@ requirements: - pillow - pyds9 - tk - - python x.x + - python test: imports: |