Skip to content

CI: pin pymysql #36465 #36847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 10, 2020
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