diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-12 12:47:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 12:47:31 -0500 |
commit | 6abe9fb5eb4def6ab180180ccae238563e7d1145 (patch) | |
tree | 5ba0118682ba763ff7a2667749cd0f3c85a6d93d /webbpsf | |
parent | 8a5d43de39d3dc08b1cd4474817cfcada3a932ee (diff) | |
download | astroconda-dev-6abe9fb5eb4def6ab180180ccae238563e7d1145.tar.gz |
webbpsf: Unlock astropy pin (#175)
* webbpsf: Unlock astropy pin
* Update meta.yaml
Diffstat (limited to 'webbpsf')
-rw-r--r-- | webbpsf/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 0baa650..c6f0a18 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '3' %} +{% set number = '4' %} # Keep in mind: # webbpsf-data is version-locked to prevent older builds from picking @@ -26,7 +26,7 @@ package: requirements: build: - nose - - astropy <3.0 + - astropy >=1.0.3 - numpy {{ numpy }} - scipy - matplotlib @@ -40,7 +40,7 @@ requirements: run: - nose - - astropy <3.0 + - astropy >=1.0.3 - numpy - scipy - matplotlib |