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

Commit 574d7a5

Browse files
committed
Updated Travis build sklearn version
1 parent 5ddc023 commit 574d7a5

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
@@ -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.17.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
3636
- source activate test-environment
3737

3838
script:

0 commit comments

Comments
 (0)