diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2016-07-13 16:40:36 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-07-13 16:40:36 -0400 |
commit | c8004ab63d93925f1023dbe405249eaa0257e4db (patch) | |
tree | eeb3df5eac367482457042d342277d3bfe8ebb9d /photutils/build.sh | |
parent | 7ad130c5ac044dc2006fb9e318296a19fdc9f940 (diff) | |
download | astroconda-contrib-c8004ab63d93925f1023dbe405249eaa0257e4db.tar.gz |
Update photutils to v0.2.2 (#38)
* Remove photutils unused scikit-learn dependency
* Remove photutils unused nose dependency
* Update photutils to v0.2.2
* Remove d2to1 from photutils recipe
Diffstat (limited to 'photutils/build.sh')
-rw-r--r-- | photutils/build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/photutils/build.sh b/photutils/build.sh index 5e8b365..5c61be1 100644 --- a/photutils/build.sh +++ b/photutils/build.sh @@ -1,4 +1 @@ - -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 |