diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2020-12-11 11:36:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 11:36:09 -0500 |
commit | 3b4440521972c0dd7032c4b9bf9e684b485ffbb4 (patch) | |
tree | e31949dcd7f3b80f8df05b577b723c63b57d389e /acstools/meta.yaml | |
parent | 0f7dc268f75b1a1b357b6c382025ec5f95c98664 (diff) | |
download | astroconda-contrib-3b4440521972c0dd7032c4b9bf9e684b485ffbb4.tar.gz |
Bump acstools to 3.3.1 (#683)
* Bump acstools to 3.3.0
* Bump to 3.3.1
Diffstat (limited to 'acstools/meta.yaml')
-rw-r--r-- | acstools/meta.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index b9ea9d8..154f7ca 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'acstools' %} -{% set version = '3.2.0' %} +{% set version = '3.3.1' %} {% set number = '0' %} about: @@ -15,16 +15,18 @@ package: requirements: build: - setuptools_scm - - astropy >=2 + - astropy >=3.1 - beautifulsoup4 + - pyyaml - requests - stsci.tools - numpy {{ numpy }} - setuptools - python {{ python }} run: - - astropy >=2 + - astropy >=3.1 - beautifulsoup4 + - pyyaml - requests - scikit-image - stsci.tools |