Skip to content

Commit be6886d

Browse files
ColCarrolltwiecki
authored andcommitted
Pin pyqt to version 4 (as matplotlib expects) (#1372)
1 parent 4a9de98 commit be6886d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_testenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ conda create -n testenv --yes pip python=${PYTHON_VERSION}
88

99
source activate testenv
1010

11-
conda install --yes jupyter pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels joblib
11+
conda install --yes pyqt=4.11.4 jupyter pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels joblib
1212
if [ ${PYTHON_VERSION} == "2.7" ]; then
1313
conda install --yes mock enum34;
1414
fi

0 commit comments

Comments
 (0)