Skip to content

Commit fd79577

Browse files
author
florian
committed
fixed required scikit-learn version
for python35 environment.
1 parent be4714d commit fd79577

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
@@ -19,7 +19,7 @@ env:
1919
SCIKIT_VERSION="0.20.2" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
2020
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" CYTHON_VERSION="0.23.4"
2121
NUMPY_VERSION="1.11.1" PANDAS_VERSION="0.21.1" PATSY_VERSION="0.4.1"
22-
SCIKIT_VERSION="0.17.1" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
22+
SCIKIT_VERSION="0.20.2" SCIPY_VERSION="0.17.0" STATSMODELS_VERSION="0.6.1"
2323

2424
install: source ci_scripts/install.sh
2525
script: bash ci_scripts/test.sh

0 commit comments

Comments
 (0)