Skip to content

Commit e1c2df4

Browse files
committed
Bump minimum pandas version.
1 parent efd1d74 commit e1c2df4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/requirements-2.7.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mock
2-
pandas==0.19.0
2+
pandas==0.20.0
33
google-auth==1.4.1
44
google-auth-oauthlib==0.0.1
55
google-cloud-bigquery==1.9.0

ci/requirements-3.5.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandas==0.19.0
1+
pandas==0.20.0
22
google-auth==1.4.1
33
google-auth-oauthlib==0.0.1
44
google-cloud-bigquery==1.9.0

docs/source/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Dependency updates
1111

1212
- Update the minimum version of ``google-cloud-bigquery`` to 1.9.0.
1313
(:issue:`247`)
14-
- Update the minimum version of ``pandas`` to 0.19.0. (:issue:`262`)
14+
- Update the minimum version of ``pandas`` to 0.20.0. (:issue:`263`)
1515

1616
Internal changes
1717
~~~~~~~~~~~~~~~~

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def readme():
1818

1919
INSTALL_REQUIRES = [
2020
"setuptools",
21-
"pandas>=0.19.0",
21+
"pandas>=0.20.0",
2222
"pydata-google-auth",
2323
"google-auth",
2424
"google-auth-oauthlib",

0 commit comments

Comments
 (0)