summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Perrin <mperrin@stsci.edu>2021-02-11 16:31:03 -0500
committerGitHub <noreply@github.com>2021-02-11 16:31:03 -0500
commite58a4bf7e834c2f4394f2d3ba25e5c519655bbb0 (patch)
tree2a602895e4f3b3970b21a67ca1503353ddfc3262
parentbbb436b784c38ccc13dabc0bceeb6f6709b9412d (diff)
downloadastroconda-contrib-e58a4bf7e834c2f4394f2d3ba25e5c519655bbb0.tar.gz
Update poppy to 0.9.2 (#699)
-rw-r--r--poppy/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml
index 0ce2c7b..3b6a99e 100644
--- a/poppy/meta.yaml
+++ b/poppy/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'poppy' %}
-{% set version = '0.9.1' %}
+{% set version = '0.9.2' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
@@ -20,7 +20,7 @@ package:
requirements:
build:
- - astropy >=3.0.0
+ - astropy >=3.2.0
- numpy {{ numpy }}
- scipy >=1.0.0
- matplotlib >=2.0.0
@@ -28,7 +28,7 @@ requirements:
- setuptools_scm
- python {{ python }}
run:
- - astropy >=3.0.0
+ - astropy >=3.2.0
- numpy
- scipy >=1.0.0
- matplotlib >=2.0.0