Skip to content

Commit a5a11ab

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

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
- run: nox -s lint
4646

4747
# Conda
48-
"conda-3.6-0.23.0":
48+
"conda-3.6-0.24.0":
4949
docker:
5050
- image: continuumio/miniconda3
5151
environment:
5252
PYTHON: "3.6"
53-
PANDAS: "0.23.0"
53+
PANDAS: "0.24.0"
5454
steps:
5555
- checkout
5656
- run: ci/config_auth.sh
@@ -65,4 +65,4 @@ workflows:
6565
- "pip-3.6"
6666
- "pip-3.7"
6767
- lint
68-
- "conda-3.6-0.23.0"
68+
- "conda-3.6-0.24.0"

ci/requirements-2.7.pip

+1-1
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

+1-1
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

+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.23.0. (:issue:`263`)
14+
- Update the minimum version of ``pandas`` to 0.24.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.23.0",
21+
"pandas>=0.24.0",
2222
"pydata-google-auth",
2323
"google-auth",
2424
"google-auth-oauthlib",

0 commit comments

Comments
 (0)