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

Commit e5e9472

Browse files
committed
Fixed specified sklearn version.
1 parent 2103352 commit e5e9472

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
35+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scikit-learn==0.18.1 nose=1.3.7 pandas=0.18
3636
- source activate test-environment
3737

3838
script:

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package is released under the Apache 2.0 license. See the LICENSE file.
2020
## Installation
2121

2222
This package has the following requirements:
23-
- Sklearn version >= .18.
23+
- Sklearn version >= 0.18.1
2424
- Spark >= 2.0. Spark may be downloaded from the
2525
[Spark official website](http://spark.apache.org/). In order to use spark-sklearn, you need to use the pyspark interpreter or another Spark-compliant python interpreter. See the [Spark guide](https://spark.apache.org/docs/latest/programming-guide.html#overview) for more details.
2626
- [nose](https://nose.readthedocs.org) (testing dependency only)

0 commit comments

Comments
 (0)