Skip to content

Commit 411fb2b

Browse files
committed
don't fix psycopg2
1 parent 8b24fc5 commit 411fb2b

6 files changed

+7
-7
lines changed

ci/requirements-2.7.pip

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
blosc
22
pandas-gbq
3+
html5lib
4+
beautifulsoup4
35
pathlib
46
backports.lzma
57
py

ci/requirements-2.7.run

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ scipy
1313
xlsxwriter=0.5.2
1414
s3fs
1515
bottleneck
16-
psycopg2=2.5.2
16+
psycopg2
1717
patsy
1818
pymysql=0.6.3
19-
html5lib=1.0b2
20-
beautiful-soup=4.2.1
2119
jinja2=2.8
2220
xarray=0.8.0

ci/requirements-2.7_COMPAT.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ xlwt=0.7.5
66
xlrd=0.9.2
77
numexpr=2.2.2
88
pytables=3.0.0
9-
psycopg2=2.5.1
9+
psycopg2
1010
pymysql=0.6.0
1111
sqlalchemy=0.7.8
1212
xlsxwriter=0.5.2

ci/requirements-3.6.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sqlalchemy
1616
pymysql
1717
feather-format
1818
pyarrow
19-
# psycopg2 (not avail on defaults ATM)
19+
psycopg2
2020
beautifulsoup4
2121
s3fs
2222
xarray

ci/requirements-3.6_LOCALE.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jinja2
1515
sqlalchemy
1616
pymysql
1717
# feather-format (not available on defaults ATM)
18-
# psycopg2 (not avail on defaults ATM)
18+
psycopg2
1919
beautifulsoup4
2020
s3fs
2121
xarray

ci/requirements-3.6_LOCALE_SLOW.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jinja2
1515
sqlalchemy
1616
pymysql
1717
# feather-format (not available on defaults ATM)
18-
# psycopg2 (not available on defaults ATM)
18+
psycopg2
1919
beautifulsoup4
2020
s3fs
2121
xarray

0 commit comments

Comments
 (0)