Skip to content

Commit af4c764

Browse files
fangchenliKevin D Smith
authored and
Kevin D Smith
committed
* CI: unpin sql to verify the bugs pandas-dev#36465 * CI: pin sqlalchemy * CI: pin pymsql * CI: pin sqlalchemy * CI: pin pymysql * CI: pin pymysql * CI: add note
1 parent 720d8bc commit af4c764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/deps/travis-37-cov.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ dependencies:
3232
- google-cloud-bigquery>=1.27.2 # GH 36436
3333
- psycopg2
3434
- pyarrow>=0.15.0
35-
- pymysql=0.7.11
35+
- pymysql<0.10.0 # temporary pin, GH 36465
3636
- pytables
3737
- python-snappy
3838
- python-dateutil
3939
- pytz
4040
- s3fs>=0.4.0
4141
- scikit-learn
4242
- scipy
43-
- sqlalchemy=1.3.0
43+
- sqlalchemy
4444
- statsmodels
4545
- xarray
4646
- xlrd

0 commit comments

Comments
 (0)