summaryrefslogtreecommitdiff
path: root/gwcs/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-01-21 01:32:01 -0500
committerGitHub <noreply@github.com>2021-01-21 01:32:01 -0500
commitf7db5db877a246c8de0a9968c040209a0890a318 (patch)
tree121e304f4f0e8a0b78f1d4e87f71a5be8046b599 /gwcs/meta.yaml
parent6eaf77dd4f9eabaecb63c26c25283650c36d1ebc (diff)
downloadastroconda-contrib-f7db5db877a246c8de0a9968c040209a0890a318.tar.gz
Fix gwcs 0.15.0 (#689)
* gwcs: fix build dependencies and build script * gwcs: bump build number
Diffstat (limited to 'gwcs/meta.yaml')
-rw-r--r--gwcs/meta.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml
index e899e57..c105a49 100644
--- a/gwcs/meta.yaml
+++ b/gwcs/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'gwcs' %}
{% set version = '0.15.0' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -19,12 +19,14 @@ requirements:
build:
- asdf
- astropy >=3.1
+ - scipy
- setuptools
- numpy {{ numpy }}
- python {{ python }}
run:
- asdf
- astropy >=4.1
+ - scipy
- numpy
- python