diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-01-21 01:16:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 01:16:48 -0500 |
commit | b88d27bd5281412fd270024ea4589afcc121ad05 (patch) | |
tree | 8c91b483d424d0c051e258f39e8c40ec2a16bc65 | |
parent | 6eaf77dd4f9eabaecb63c26c25283650c36d1ebc (diff) | |
download | astroconda-contrib-gwcs-missing-scipy.tar.gz |
gwcs: Add missing scipy dependencygwcs-missing-scipy
-rw-r--r-- | gwcs/meta.yaml | 2 |
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 |