Skip to content

Commit 59559ea

Browse files
committed
Merge pull request #7022 from jreback/sqlalchemy
BLD: use sqlalchemy 0.7.1 in 2.6 build (GH6340)
2 parents 4de033d + 45fed34 commit 59559ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/requirements-2.6.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ http://www.crummy.com/software/BeautifulSoup/bs4/download/4.2/beautifulsoup4-4.2
66
html5lib==1.0b2
77
bigquery==2.0.17
88
numexpr==1.4.2
9-
sqlalchemy==0.8.1
9+
sqlalchemy==0.7.1
10+
pymysql==0.6.0
11+
psycopg2==2.5
1012
scipy==0.11.0
1113
statsmodels==0.4.3
1214
xlwt==0.7.5

0 commit comments

Comments
 (0)