Skip to content

Commit

Permalink
Try installing numpy through apt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 12, 2015
1 parent 3db819d commit 8ca600c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/drone_before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ retry () {
return 0
}

sudo apt-get install python3-tk
sudo apt-get install python3-tk python3-numpy python3-scipy \
python-matplotlib python3-six cython

export PYTHONWARNINGS="ignore"

Expand All @@ -36,10 +37,8 @@ source ~/venv/bin/activate
retry pip install --upgrade setuptools pip
retry pip install wheel flake8 coveralls nose

retry pip install $WHEELHOUSE numpy scipy cython six
retry pip install dask[array]
retry pip install $WHEELHOUSE -r requirements.txt
retry pip install $WHEELHOUSE cython

export PYTHONWARNINGS="default"
export retry
Expand Down

0 comments on commit 8ca600c

Please sign in to comment.