We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99016b commit dfd87f7Copy full SHA for dfd87f7
.travis.yml
@@ -8,7 +8,8 @@ virtualenv:
8
9
install:
10
- sudo apt-get update
11
- - sudo apt-get install cython python-numpy python-scipy
+ - sudo apt-get install cython python-numpy
12
+ - pip install scipy
13
- pip install scikit-learn
14
- pip install .
15
0 commit comments