summaryrefslogtreecommitdiff
path: root/pysiaf/meta.yaml
diff options
context:
space:
mode:
authorShannon Osborne <sosborne@stsci.edu>2019-10-24 14:34:03 -0400
committerMatt Rendina <rendinam@users.noreply.github.com>2019-10-24 14:34:03 -0400
commit5a4c4dbf8a275b9346b5c05322d37d0675883aa8 (patch)
tree9fa459207b375084f8ad26724d242a954cec6b84 /pysiaf/meta.yaml
parenta37a3cb9bd3bad7f136b70d178333d878ec71ebe (diff)
downloadastroconda-contrib-5a4c4dbf8a275b9346b5c05322d37d0675883aa8.tar.gz
Update pysiaf to v0.6.1 (#571)
* Update pysiaf to v0.6.1 * Normalize version value appearing in pysiaf package
Diffstat (limited to 'pysiaf/meta.yaml')
-rw-r--r--pysiaf/meta.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml
index 505d15c..b64e8d3 100644
--- a/pysiaf/meta.yaml
+++ b/pysiaf/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'pysiaf' %}
-{% set version = '0.5.0' %}
-{% set tag = version %}
+{% set version = '0.6.1' %}
+{% set tag = 'v' + version %}
{% set number = '0' %}
about:
@@ -27,10 +27,11 @@ requirements:
- matplotlib >=1.4.3
- lxml >=3.6.4
- scipy >=0.17
- - openpyxl >=2.4
+ - openpyxl ==2.5.0
- python {{ python }}
- setuptools
- numpydoc
+ - requests >=2.21.0
run:
- astropy >=1.2
@@ -38,8 +39,9 @@ requirements:
- matplotlib >=1.4.3
- lxml >=3.6.4
- scipy >=0.17
- - openpyxl >=2.4
+ - openpyxl ==2.5.0
- python {{ python }}
+ - requests >=2.21.0
test:
imports: