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 4a9de98 commit be6886dCopy full SHA for be6886d
scripts/create_testenv.sh
@@ -8,7 +8,7 @@ conda create -n testenv --yes pip python=${PYTHON_VERSION}
8
9
source activate testenv
10
11
-conda install --yes jupyter pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels joblib
+conda install --yes pyqt=4.11.4 jupyter pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels joblib
12
if [ ${PYTHON_VERSION} == "2.7" ]; then
13
conda install --yes mock enum34;
14
fi
0 commit comments