diff options
Diffstat (limited to 'webbpsf/meta.yaml')
-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 |