Skip to content

Commit 5a0750a

Browse files
committed
MAINT use scikit-learn 0.18 (master) temporarily
1 parent 5f78c73 commit 5a0750a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci_scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ popd
2525
# Configure the conda environment and put it in the path using the
2626
# provided versions
2727
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28-
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client ipython jupyter notebook ipykernel pandas
28+
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib nbconvert nbformat jupyter_client ipython jupyter notebook ipykernel pandas
2929
source activate testenv
3030
ipython kernel install
31+
pip install git+https://github.com/scikit-learn/scikit-learn
3132

3233

3334
if [[ "$COVERAGE" == "true" ]]; then

0 commit comments

Comments
 (0)