diff options
author | Megan Sosey <sosey@stsci.edu> | 2016-10-04 14:08:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-04 14:08:16 -0400 |
commit | fbc28c9bcd6fb5f63639999e65ceb3fc050c7b23 (patch) | |
tree | e319eda58fc65bedfa09233d7fd5166116873398 /wfc3tools/build.sh | |
parent | 6227891a0a3f530e2f8a7ea5a0cf61860b56b434 (diff) | |
download | astroconda-contrib-fbc28c9bcd6fb5f63639999e65ceb3fc050c7b23.tar.gz |
update wfc3tools to 1.3.3 (#65)
* update wfc3tools to 1.3.3
* updated yaml file to the new format
* just requre import of package for test
* removed d2to1 statments from build
Diffstat (limited to 'wfc3tools/build.sh')
-rw-r--r-- | wfc3tools/build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wfc3tools/build.sh b/wfc3tools/build.sh index 60e0bea..5c61be1 100644 --- a/wfc3tools/build.sh +++ b/wfc3tools/build.sh @@ -1,4 +1 @@ - -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 |