diff options
-rw-r--r-- | webbpsf/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 494429a..8d5ad3f 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -26,7 +26,7 @@ package: requirements: build: - nose - - astropy + - astropy <3.0 - numpy {{ numpy }} - scipy - matplotlib @@ -39,7 +39,7 @@ requirements: run: - nose - - astropy + - astropy <3.0 - numpy - scipy - matplotlib |