We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a457f commit 7fea3efCopy full SHA for 7fea3ef
build_tools/circle/build_doc.sh
@@ -45,7 +45,7 @@ popd
45
# Configure the conda environment and put it in the path using the
46
# provided versions
47
conda create -n testenv --yes --quiet python numpy scipy \
48
- cython nose coverage matplotlib sphinx pillow
+ cython nose coverage matplotlib sphinx pillow psutil
49
source /home/ubuntu/miniconda/envs/testenv/bin/activate testenv
50
51
# Build and install scikit-learn in dev mode
0 commit comments