summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astroimtools/meta.yaml21
1 files changed, 11 insertions, 10 deletions
diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml
index 15cb381..ad9567a 100644
--- a/astroimtools/meta.yaml
+++ b/astroimtools/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'astroimtools' %}
-{% set version = '0.2' %}
+{% set version = '0.3' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
@@ -18,19 +18,20 @@ package:
requirements:
build:
- - photutils
- - astropy >=3.1
- - matplotlib >=1.3
- - scipy >=0.16
+ - astropy >=3.2
+ - matplotlib >=2.2
- numpy {{ numpy }}
+ - photutils >=0.7.2
+ - scipy >=1.1
- setuptools
- python {{ python }}
run:
- - photutils
- - astropy >=3.1
- - matplotlib >=1.3
- - scipy >=0.16
- - numpy
+ - astropy >=3.2
+ - matplotlib >=2.2
+ - numpy >=1.16
+ - photutils >=0.7.2
+ - scipy >=1.1
+ - pytest-astropy
- python
source: