diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-12 11:30:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 11:30:04 -0500 |
commit | 8a5d43de39d3dc08b1cd4474817cfcada3a932ee (patch) | |
tree | 2f60080e82d9586b151c85f94362820ac709aa86 /webbpsf/build.sh | |
parent | 4b266436870d6905ecc59fa01e56e203c3f8b936 (diff) | |
download | astroconda-dev-8a5d43de39d3dc08b1cd4474817cfcada3a932ee.tar.gz |
webbpsf: Align version information with latest (#174)
Diffstat (limited to 'webbpsf/build.sh')
-rw-r--r-- | webbpsf/build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webbpsf/build.sh b/webbpsf/build.sh index 49370ee..5a5aeeb 100644 --- a/webbpsf/build.sh +++ b/webbpsf/build.sh @@ -1,5 +1 @@ -# Remove astropy version pinning (i.e, handled by recipe) -sed -e "s/'astropy[\!=<>].*,$/'astropy',/" setup.py > setup.py.new -mv setup.py.new setup.py - $PYTHON setup.py install |