diff options
author | P. L. Lim <lim@stsci.edu> | 2016-08-15 11:55:34 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-15 11:55:34 -0400 |
commit | ad63d01325611f4e7d892ae548b1a19547fa2aa7 (patch) | |
tree | 13cb545b764bf2167a22a340bc7673d383f839e3 /pysynphot/build.sh | |
parent | af39aced179b0871adb4b21fd043c51fdf3d3742 (diff) | |
download | astroconda-contrib-ad63d01325611f4e7d892ae548b1a19547fa2aa7.tar.gz |
Update pysynphot to 0.9.8.4 (#50)
Diffstat (limited to 'pysynphot/build.sh')
-rw-r--r-- | pysynphot/build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pysynphot/build.sh b/pysynphot/build.sh index 5e8b365..535529d 100644 --- a/pysynphot/build.sh +++ b/pysynphot/build.sh @@ -1,4 +1,2 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1
\ No newline at end of file +python setup.py install || exit 1 |