Skip to content

Commit e8357a1

Browse files
TST/TEMP: fix pyqt to 4.x for plotting tests (#14240)
Matplotlib build currently broken (wrongly patched rc file) with pyqt 5, see ContinuumIO/anaconda-issues#1068
1 parent e596cbf commit e8357a1

4 files changed

+4
-0
lines changed

ci/requirements-2.7-64.run

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ bottleneck
1616
html5lib
1717
beautiful-soup
1818
jinja2=2.8
19+
pyqt=4.11.4

ci/requirements-2.7.run

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ beautiful-soup=4.2.1
2121
statsmodels
2222
jinja2=2.8
2323
xarray
24+
pyqt=4.11.4

ci/requirements-3.5-64.run

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ numexpr
1010
pytables
1111
matplotlib
1212
blosc
13+
pyqt=4.11.4

ci/requirements-3.5.run

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pymysql
1818
psycopg2
1919
xarray
2020
boto
21+
pyqt=4.11.4
2122

2223
# incompat with conda ATM
2324
# beautiful-soup

0 commit comments

Comments
 (0)