Skip to content

Commit ab49d1f

Browse files
authored
CI: bump version of xlsxwriter to 0.5.2 (#17142)
1 parent 7358f09 commit ab49d1f

14 files changed

+34
-23
lines changed

ci/install_travis.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ conda update -q conda
5252

5353
echo
5454
echo "[add channels]"
55-
# add the pandas channel to take priority
56-
# to add extra packages
57-
conda config --add channels pandas || exit 1
5855
conda config --remove channels defaults || exit 1
5956
conda config --add channels defaults || exit 1
6057

ci/requirements-2.7.pip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
blosc
22
pandas-gbq
3+
html5lib
4+
beautifulsoup4
35
pathlib
46
backports.lzma
57
py

ci/requirements-2.7.run

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ xlrd=0.9.2
1010
sqlalchemy=0.9.6
1111
lxml=3.2.1
1212
scipy
13-
xlsxwriter=0.4.6
13+
xlsxwriter=0.5.2
1414
s3fs
1515
bottleneck
16-
psycopg2=2.5.2
16+
psycopg2
1717
patsy
1818
pymysql=0.6.3
19-
html5lib=1.0b2
20-
beautiful-soup=4.2.1
2119
jinja2=2.8
2220
xarray=0.8.0

ci/requirements-2.7_COMPAT.pip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
html5lib==1.0b2
2+
beautifulsoup4==4.2.0
13
openpyxl
24
argparse

ci/requirements-2.7_COMPAT.run

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ pytz=2013b
44
scipy=0.11.0
55
xlwt=0.7.5
66
xlrd=0.9.2
7-
bottleneck=0.8.0
87
numexpr=2.2.2
98
pytables=3.0.0
10-
html5lib=1.0b2
11-
beautiful-soup=4.2.0
12-
psycopg2=2.5.1
9+
psycopg2
1310
pymysql=0.6.0
1411
sqlalchemy=0.7.8
15-
xlsxwriter=0.4.6
12+
xlsxwriter=0.5.2
1613
jinja2=2.8

ci/requirements-2.7_LOCALE.pip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
html5lib==1.0b2
2+
beautifulsoup4==4.2.1
13
blosc

ci/requirements-2.7_LOCALE.run

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ pytz=2013b
33
numpy=1.8.2
44
xlwt=0.7.5
55
openpyxl=1.6.2
6-
xlsxwriter=0.4.6
6+
xlsxwriter=0.5.2
77
xlrd=0.9.2
8-
bottleneck=0.8.0
98
matplotlib=1.3.1
109
sqlalchemy=0.8.1
11-
html5lib=1.0b2
1210
lxml=3.2.1
1311
scipy
14-
beautiful-soup=4.2.1

ci/requirements-2.7_SLOW.run

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pytables
1313
sqlalchemy
1414
lxml
1515
s3fs
16-
bottleneck
1716
psycopg2
1817
pymysql
1918
html5lib

ci/requirements-3.6.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sqlalchemy
1616
pymysql
1717
feather-format
1818
pyarrow
19-
# psycopg2 (not avail on defaults ATM)
19+
psycopg2
2020
beautifulsoup4
2121
s3fs
2222
xarray

ci/requirements-3.6_LOCALE.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jinja2
1515
sqlalchemy
1616
pymysql
1717
# feather-format (not available on defaults ATM)
18-
# psycopg2 (not avail on defaults ATM)
18+
psycopg2
1919
beautifulsoup4
2020
s3fs
2121
xarray

0 commit comments

Comments
 (0)