Skip to content

Commit 4601721

Browse files
committed
Update min pandas to 0.24.0
1 parent 89be220 commit 4601721

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

ci/requirements-2.7.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mock
2-
pandas==0.23.0
2+
pandas==0.24.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandas==0.23.0
1+
pandas==0.24.0
22
google-auth==1.4.1
33
google-auth-oauthlib==0.0.1
44
google-cloud-bigquery==1.9.0
File renamed without changes.

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
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.23.0. (:issue:`263`)
14+
- Update the minimum version of ``pandas`` to 0.24.0. (:issue:`263`)
1515

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def readme():
1818

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

0 commit comments

Comments
 (0)