summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Gannon <brendan.gannon2@gmail.com>2022-03-30 15:20:44 -0400
committerGitHub <noreply@github.com>2022-03-30 15:20:44 -0400
commitcdcf3c26dda606f6fc9743f78e716a69621e2753 (patch)
tree8d7f977bcb3d8f919f66238a1cc639143f636f1e
parent3f0228cbd1a2964f887311afc0e871713f4f42c9 (diff)
parent251ecbd8136a533275435d3a4b6a2be985e84f73 (diff)
downloadastroconda-contrib-cdcf3c26dda606f6fc9743f78e716a69621e2753.tar.gz
Merge pull request #759 from shanosborne/update-pysiaf-v0.15.0
Update pysiaf version
-rw-r--r--pysiaf/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml
index ad8e9c3..d254ffc 100644
--- a/pysiaf/meta.yaml
+++ b/pysiaf/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'pysiaf' %}
-{% set version = '0.14.0' %}
+{% set version = '0.15.0' %}
{% set tag = 'v' + version %}
{% set number = '1' %}
@@ -24,7 +24,7 @@ build:
requirements:
build:
- astropy >=4.3.1
- - numpy >=1.21.2
+ - numpy >=1.21.4
- matplotlib >=3.4.3
- lxml >=4.6.4
- scipy >=1.7.2
@@ -38,7 +38,7 @@ requirements:
run:
- astropy >=4.3.1
- - numpy >=1.21.2
+ - numpy >=1.21.4
- matplotlib >=3.4.3
- lxml >=4.6.4
- scipy >=1.7.2