diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2020-03-26 21:38:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 21:38:33 -0400 |
commit | ff6cfb375fe7db57a855196a8829716cc24f14bf (patch) | |
tree | b408fa9e3ef125fe763cf59efe62816bbe0371d2 | |
parent | b018fc0072bd83be18be85cc9614af085920d776 (diff) | |
download | astroconda-contrib-ff6cfb375fe7db57a855196a8829716cc24f14bf.tar.gz |
Bump acstools to 3.1 (#632)
-rw-r--r-- | acstools/meta.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 5239bf7..4268537 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'acstools' %} -{% set version = '3.0.0' %} +{% set version = '3.1.0' %} {% set number = '0' %} about: @@ -14,8 +14,10 @@ package: version: {{ version }} requirements: build: + - setuptools_scm - astropy >=2 - beautifulsoup4 + - requests - stsci.tools - numpy {{ numpy }} - setuptools @@ -23,6 +25,7 @@ requirements: run: - astropy >=2 - beautifulsoup4 + - requests - scikit-image - stsci.tools - matplotlib |