diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-26 12:59:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-26 12:59:40 -0400 |
commit | 4d50013e07e006d771dde997c046014d483c893d (patch) | |
tree | 3b2146399f9eae493d82aca03d4877e9144514e0 /crds/build.sh | |
parent | 66216b3cc5ab5b720d95d85571aea9e53bd9806c (diff) | |
download | astroconda-contrib-4d50013e07e006d771dde997c046014d483c893d.tar.gz |
Add optional dependencies; bump build (#215)
Diffstat (limited to 'crds/build.sh')
-rw-r--r-- | crds/build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crds/build.sh b/crds/build.sh index b623a78..762d43b 100644 --- a/crds/build.sh +++ b/crds/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 |