summaryrefslogtreecommitdiff
path: root/acstools/meta.yaml
diff options
context:
space:
mode:
authorP. L. Lim <2090236+pllim@users.noreply.github.com>2020-12-11 11:36:09 -0500
committerGitHub <noreply@github.com>2020-12-11 11:36:09 -0500
commit3b4440521972c0dd7032c4b9bf9e684b485ffbb4 (patch)
treee31949dcd7f3b80f8df05b577b723c63b57d389e /acstools/meta.yaml
parent0f7dc268f75b1a1b357b6c382025ec5f95c98664 (diff)
downloadastroconda-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.yaml8
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