diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-08-19 22:42:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-19 22:42:57 -0400 |
commit | 955e19e4b07af381a5bc102bba70158cf734352a (patch) | |
tree | 11bb592ce7dfac3663d05de14fc22c6b38e8e11e /nictools | |
parent | 77ca984cf9aadfc26cb4bcd75d4eee137b246a32 (diff) | |
download | astroconda-contrib-955e19e4b07af381a5bc102bba70158cf734352a.tar.gz |
nictools: 1.1.4 -> 1.1.5 (#548)
Diffstat (limited to 'nictools')
-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 |