Skip to content

Commit 60e94b4

Browse files
committed
FIX also install SciPy dependencies (BLAS, LAPACK)
1 parent dfd87f7 commit 60e94b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ virtualenv:
88

99
install:
1010
- sudo apt-get update
11-
- sudo apt-get install cython python-numpy
11+
- sudo apt-get install cython gfortran libatlas-dev liblapack-dev python-numpy
1212
- pip install scipy
1313
- pip install scikit-learn
1414
- pip install .

0 commit comments

Comments
 (0)