Skip to content

Commit

Permalink
CI avoid matplotlib 2.1.0
Browse files Browse the repository at this point in the history
Fixes #9896
  • Loading branch information
jnothman committed Oct 9, 2017
1 parent 84b72fc commit 69cd7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/circle/build_doc.sh
Expand Up @@ -108,7 +108,7 @@ export PATH="$MINICONDA_PATH/bin:$PATH"
# Configure the conda environment and put it in the path using the
# provided versions
conda create -n $CONDA_ENV_NAME --yes --quiet python numpy scipy \
cython nose coverage matplotlib sphinx=1.6.2 pillow
cython nose coverage 'matplotlib=2.0.*|>2.1.0' sphinx=1.6.2 pillow
source activate testenv

# Build and install scikit-learn in dev mode
Expand Down

0 comments on commit 69cd7ba

Please sign in to comment.