Skip to content

Commit 7827b71

Browse files
committed
Unpin pymysql/xlsxwriter in affected builds to check...
1 parent 835679e commit 7827b71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/deps/azure-35-compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pytz=2015.4
1818
- scipy=0.18.1
1919
- xlrd=1.0.0
20-
- xlsxwriter=0.8.2
20+
- xlsxwriter
2121
- xlwt=1.0.0
2222
# universal
2323
- pytest

ci/deps/travis-35.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- py
2323
- pyarrow=0.9.0
2424
- PyCrypto
25-
- pymysql=0.7.6
25+
- pymysql
2626
- pytables
2727
- blosc=1.14.3
2828
- python-blosc

doc/source/whatsnew/v0.25.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ minimum versions. If installed, we now require:
4343
+-----------------+-----------------+----------+
4444
| openpyxl | 2.2.6 | |
4545
+-----------------+-----------------+----------+
46-
| pymysql | 0.7.6 | |
46+
| pymysql | ? | |
4747
+-----------------+-----------------+----------+
4848
| pytz | 2015.4 | |
4949
+-----------------+-----------------+----------+
5050
| sqlalchemy | 1.0.8 | |
5151
+-----------------+-----------------+----------+
52-
| xlsxwriter | 0.8.2 | |
52+
| xlsxwriter | 0.7.7 | |
5353
+-----------------+-----------------+----------+
5454
| xlwt | 1.0.0 | |
5555
+-----------------+-----------------+----------+

0 commit comments

Comments
 (0)