Skip to content

Commit

Permalink
Scipy build (apache#38)
Browse files Browse the repository at this point in the history
* update nnvm submodule

* add scipy pip install for dockerfile
  • Loading branch information
eric-haibin-lin authored May 18, 2017
1 parent b3df5b4 commit 06f7023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci_build/install/ubuntu_install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ apt-get update && apt-get install -y python-dev python3-dev
# the version of the pip shipped with ubuntu may be too lower, install a recent version here
cd /tmp && wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && python2 get-pip.py

pip2 install nose pylint numpy nose-timer requests
pip3 install nose pylint numpy nose-timer requests
pip2 install nose pylint numpy nose-timer requests scipy
pip3 install nose pylint numpy nose-timer requests scipy

0 comments on commit 06f7023

Please sign in to comment.