Skip to content

Commit 4dd81ff

Browse files
committed
Use only pip-installed versions of python packages.
1 parent 0c6fef9 commit 4dd81ff

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ addons:
1111
apt:
1212
packages:
1313
- build-essential
14-
- cython
15-
- python-numpy
16-
- python-pytest
17-
- python-sklearn
14+
- liblapack3
1815

1916
install:
2017
- pip install numpy cython pytest scikit-learn

0 commit comments

Comments
 (0)