From 7be421e5609a92672084215f7a631d4d6b57f935 Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Tue, 20 Jun 2017 13:14:58 -0400 Subject: [PATCH] hopefully fixing circle error --- build_tools/circle/build_doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/circle/build_doc.sh b/build_tools/circle/build_doc.sh index f3d12cae7d7bd..091648c11e5aa 100755 --- a/build_tools/circle/build_doc.sh +++ b/build_tools/circle/build_doc.sh @@ -105,7 +105,7 @@ conda update --yes --quiet conda # 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.5 pillow + cython nose coverage matplotlib sphinx=1.6.2 pillow source activate testenv # Build and install scikit-learn in dev mode