Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit df24d54

Browse files
committed
Modified build requirements to include numpy.
1 parent 574d7a5 commit df24d54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
- conda info -a
3333

3434
# Replace dep1 dep2 ... with your dependencies
35-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scikit-learn==0.18.0 nose=1.3.7 pandas=0.18
35+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scikit-learn==0.18.0 nose=1.3.7 pandas=0.18 numpy==1.8.0
3636
- source activate test-environment
3737

3838
script:

python/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file should list any python package dependencies.
22
scikit-learn==0.18.1
3+
numpy==1.8.0

0 commit comments

Comments
 (0)