diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-07 13:24:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 13:24:26 -0500 |
commit | 0576525d5f7aca7527db41f59fc02fa97dd033ff (patch) | |
tree | 8d48939159a201e76ea08003881dc2e1a881ec8e /webbpsf | |
parent | 3368aaf61ed7720bef03b6de0834fffc89c8ab58 (diff) | |
download | astroconda-dev-0576525d5f7aca7527db41f59fc02fa97dd033ff.tar.gz |
Webbpsf: Pin astropy <3.0 (#116)
Diffstat (limited to 'webbpsf')
-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 |