summaryrefslogtreecommitdiff
path: root/pysiaf
diff options
context:
space:
mode:
authorShannon Osborne <sosborne@stsci.edu>2022-02-28 09:07:45 -0500
committerShannon Osborne <sosborne@stsci.edu>2022-02-28 09:07:45 -0500
commit251ecbd8136a533275435d3a4b6a2be985e84f73 (patch)
tree84cd31fef6aee703dfd5672b295cef1924dde5c8 /pysiaf
parent030f873ff20f3b557c15d3d893de224eeffca0ac (diff)
downloadastroconda-contrib-251ecbd8136a533275435d3a4b6a2be985e84f73.tar.gz
update nump req
Diffstat (limited to 'pysiaf')
-rw-r--r--pysiaf/meta.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml
index e7e0020..d254ffc 100644
--- a/pysiaf/meta.yaml
+++ b/pysiaf/meta.yaml
@@ -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