diff options
| -rw-r--r-- | nictools/meta.yaml | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/nictools/meta.yaml b/nictools/meta.yaml index 47d821b..827c8ba 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'nictools' %} -{% set version = '1.1.4' %} +{% set version = '1.1.5Were these supposed to exist?' %}  {% set number = '0' %}  about: @@ -16,13 +16,12 @@ package:  requirements:      build: -    - d2to1 -    - stsci.distutils      - astropy >=1.1      - numpy {{ numpy }}      - scipy      - stsci.tools      - setuptools +    - setuptools_scmWere these supposed to exist?      - python {{ python }}      run:      - astropy >=1.1 | 
