summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-01-21 01:16:48 -0500
committerGitHub <noreply@github.com>2021-01-21 01:16:48 -0500
commitb88d27bd5281412fd270024ea4589afcc121ad05 (patch)
tree8c91b483d424d0c051e258f39e8c40ec2a16bc65
parent6eaf77dd4f9eabaecb63c26c25283650c36d1ebc (diff)
downloadastroconda-contrib-gwcs-missing-scipy.tar.gz
gwcs: Add missing scipy dependencygwcs-missing-scipy
-rw-r--r--gwcs/meta.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml
index e899e57..a12c02e 100644
--- a/gwcs/meta.yaml
+++ b/gwcs/meta.yaml
@@ -19,12 +19,14 @@ requirements:
build:
- asdf
- astropy >=3.1
+ - scipy
- setuptools
- numpy {{ numpy }}
- python {{ python }}
run:
- asdf
- astropy >=4.1
+ - scipy
- numpy
- python