Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fangchenli authored and jbrockmendel committed Oct 10, 2020
1 parent 919cbbc commit 81ac02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/deps/travis-37-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ dependencies:
- google-cloud-bigquery>=1.27.2 # GH 36436
- psycopg2
- pyarrow>=0.15.0
- pymysql=0.7.11
- pymysql<0.10.0 # temporary pin, GH 36465
- pytables
- python-snappy
- python-dateutil
- pytz
- s3fs>=0.4.0
- scikit-learn
- scipy
- sqlalchemy=1.3.0
- sqlalchemy
- statsmodels
- xarray
- xlrd
Expand Down

0 comments on commit 81ac02a

Please sign in to comment.