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

Commit 9e67a2a

Browse files
committed
Modified build requirements to include new numpy version.
1 parent 9500016 commit 9e67a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 numpy==1.8.0
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.11.0
3636
- source activate test-environment
3737

3838
script:

python/requirements.txt

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

0 commit comments

Comments
 (0)