summaryrefslogtreecommitdiff
path: root/astroimtools/meta.yaml
diff options
context:
space:
mode:
authorLarry Bradley <larry.bradley@gmail.com>2020-09-18 11:31:07 -0400
committerGitHub <noreply@github.com>2020-09-18 11:31:07 -0400
commitdf07915214fffea1ee66d5a80931a324993b0af5 (patch)
tree86905a8e6fcd275d3cdb848fbc3b98703bf5581a /astroimtools/meta.yaml
parent0d4cd99114ad4af70e050b7ea143122f93e38962 (diff)
downloadastroconda-contrib-df07915214fffea1ee66d5a80931a324993b0af5.tar.gz
Update astroimtools to v0.3 (#663)
* Update astroimtools to v0.3 * astroimtools - Use numpy version specified by conda-build Co-authored-by: Matt Rendina <rendinam@users.noreply.github.com>
Diffstat (limited to 'astroimtools/meta.yaml')
-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: