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/bld.bat | |
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/bld.bat')
-rw-r--r-- | wfc3tools/bld.bat | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/wfc3tools/bld.bat b/wfc3tools/bld.bat index 695f708..2d6c912 100644 --- a/wfc3tools/bld.bat +++ b/wfc3tools/bld.bat @@ -1,6 +1,2 @@ - -pip install --no-deps --upgrade --force d2to1 -if errorlevel 1 exit 1 - python setup.py install -if errorlevel 1 exit 1
\ No newline at end of file +if errorlevel 1 exit 1 |